yazdmich

Untitled

Nov 23rd, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. server.document-root = "/var/www/"
  3.  
  4. server.port = 80
  5.  
  6. server.username = "www"
  7. server.groupname = "www"
  8.  
  9. mimetype.assign = (
  10. ".html" => "text/html",
  11. ".txt" => "text/plain",
  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