]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - lighttpd.conf
fix(docs): only accept 1 for IPV6_DISABLE
[github/bastienwirtz/homer.git] / lighttpd.conf
1 include "/etc/lighttpd/mime-types.conf"
2 include_shell "/etc/lighttpd/ipv6.sh"
3
4 server.port = env.PORT
5 server.modules = ( "mod_alias" )
6 server.username = "lighttpd"
7 server.groupname = "lighttpd"
8 server.document-root = "/www"
9 alias.url = ( env.SUBFOLDER => "/www" )
10 server.indexfiles = ("index.html")
11 server.follow-symlink = "enable"
12 server.feature-flags += ( "server.clock-jump-restart" => 0 )