Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server.document-root = "/var/www/"
- server.port = 80
- server.username = "www"
- server.groupname = "www"
- mimetype.assign = (
- ".html" => "text/html",
- ".txt" => "text/plain",
- ".jpg" => "image/jpeg",
- ".png" => "image/png"
- )
- static-file.exclude-extensions = ( ".conf", ".fcgi", ".php", ".rb", "~", ".inc" )
- index-file.names = ( "index.html" )
Advertisement
Add Comment
Please, Sign In to add comment