4
0
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:
Vanhala Antti
2014-03-30 17:50:35 +03:00
parent 51dce0202c
commit 374b565ce6
2 changed files with 6 additions and 6 deletions

View File

@ -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 += (