void-packages/srcpkgs/lighttpd/files/lighttpd.conf
Glenn Strauss 2fff213fb6 lighttpd: use default mimetypes list in 1.4.71
lighttpd 1.4.71 now provides a default list of common types for
mimetype.assign if mimetype.assign is not explicitly part of config
2023-05-27 18:44:56 -05:00

11 lines
389 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/lighttpd"
server.errorlog = "/var/log/lighttpd/error.log"
dir-listing.activate = "enable"
index-file.names = ( "index.html" )