mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 14:15:09 +02:00
lighttpd 1.4.71 now provides a default list of common types for mimetype.assign if mimetype.assign is not explicitly part of config
11 lines
389 B
Text
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" )
|