]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - lighttpd.conf
Listen on IPv6 as well
[github/bastienwirtz/homer.git] / lighttpd.conf
CommitLineData
b6b31e44
K
1include "/etc/lighttpd/mime-types.conf"
2
263be780 3server.port = env.PORT
acd6a891 4$SERVER["socket"] == "[::]:" + env.PORT { }
263be780
BW
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 )