void-packages/srcpkgs/lighttpd/files/lighttpd.conf
2014-03-07 13:04:14 +01:00

12 lines
495 B
Text

# This is a minimal example config
# See /usr/share/doc/lighttpd
# and http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions
server.port = 80
server.username = "lighttpd"
server.groupname = "lighttpd"
server.document-root = "/srv/www"
server.errorlog = "/var/log/lighttpd/error.log"
dir-listing.activate = "enable"
index-file.names = ( "index.html" )
mimetype.assign = ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png" )