yazdmich

Untitled

Nov 24th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. server.document-root = "/var/www/"
  2.  
  3. server.port = 80
  4.  
  5. server.username = "www"
  6. server.groupname = "www"
  7.  
  8. mimetype.assign = (
  9. ".html" => "text/html",
  10. ".txt" => "text/plain",
  11. ".css" => "text/css",
  12. ".jpg" => "image/jpeg",
  13. ".png" => "image/png"
  14. )
  15.  
  16. static-file.exclude-extensions = ( ".conf", ".fcgi", ".php", ".rb", "~", ".inc" )
  17. index-file.names = ( "index.html" )
Advertisement
Add Comment
Please, Sign In to add comment