mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-26 12:49:23 +00:00
Rename to fc00.org
This commit is contained in:
@ -6,14 +6,14 @@ server.modules += (
|
||||
fastcgi.server += ("/fc00.fcgi" =>
|
||||
((
|
||||
"socket" => "/tmp/fc00-fcgi.sock",
|
||||
"bin-path" => "/path/to/fc00/web/fc00.fcgi",
|
||||
"bin-path" => "/path/to/fc00.org/web/fc00.fcgi",
|
||||
"check-local" => "disable",
|
||||
"max-procs" => 1
|
||||
))
|
||||
)
|
||||
|
||||
alias.url += (
|
||||
"/static/" => "/path/to/fc00/web/static/"
|
||||
"/static/" => "/path/to/fc00.org/web/static/"
|
||||
)
|
||||
|
||||
url.rewrite-once += (
|
||||
|
Reference in New Issue
Block a user