]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - lighttpd.conf
Release 24.04.1
[github/bastienwirtz/homer.git] / lighttpd.conf
CommitLineData
b6b31e44 1include "/etc/lighttpd/mime-types.conf"
ce2d3e94 2include_shell "/etc/lighttpd/ipv6.sh"
b6b31e44 3
263be780
BW
4server.port = env.PORT
5server.modules = ( "mod_alias" )
6server.username = "lighttpd"
7server.groupname = "lighttpd"
8server.document-root = "/www"
9alias.url = ( env.SUBFOLDER => "/www" )
10server.indexfiles = ("index.html")
11server.follow-symlink = "enable"
5890d419 12server.feature-flags += ( "server.clock-jump-restart" => 0 )