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