Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server.modules = (
- "mod_access",
- "mod_alias",
- "mod_accesslog",
- "mod_auth",
- "mod_ssi",
- "mod_cgi",
- "mod_compress",
- "mod_fastcgi",
- "mod_rewrite",
- "mod_magnet",
- )
- server.document-root = "/var/www/www/"
- $HTTP["host"] == "i.bytes.coffee" {
- server.document-root = "/var/www/www/images/"
- }
- server.port = 80
- server.username = "www"
- server.groupname = "www"
- mimetype.assign = (
- ".html" => "text/html",
- ".txt" => "text/plain",
- ".css" => "text/css",
- ".jpg" => "image/jpeg",
- ".png" => "image/png",
- ".pdf" => "application/pdf"
- )
- static-file.exclude-extensions = ( ".conf", ".fcgi", ".php", ".rb", "~", ".inc" )
- index-file.names = ( "index.html" )
- cgi.assign = ( ".py" => "" )
Advertisement
Add Comment
Please, Sign In to add comment