Created
January 5, 2009 14:41
-
-
Save madx/43414 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$HTTP["host"] == "yapok.org" { | |
server.document-root = "/home/madx/yapok.org/" | |
$HTTP["url"] =~ "^/.*" { | |
expire.url = ("" => "access plus 10 years") | |
} | |
} | |
$HTTP["host"] == "www.yapok.org" { | |
url.redirect = ( "^/(.*)" => "http://yapok.org/$1" ) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment