X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=lighttpd.conf;h=a6e9ff5f21d8530fa20f4062f2ba6ef2afd22b8f;hb=dad372bbe61c45d82696ab2e36dd1bdfd0848c2b;hp=32e14da4781f63affff921297930d8317c9c669d;hpb=049f85221e945b90bf87d21afe4d306839d65740;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/lighttpd.conf b/lighttpd.conf index 32e14da..a6e9ff5 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -1,10 +1,12 @@ include "/etc/lighttpd/mime-types.conf" +include_shell "/etc/lighttpd/ipv6.sh" -server.port = env.PORT -server.modules = ( "mod_alias" ) -server.username = "lighttpd" -server.groupname = "lighttpd" -server.document-root = "/www" -alias.url = ( env.SUBFOLDER => "/www" ) -server.indexfiles = ("index.html") -server.follow-symlink = "enable" +server.port = env.PORT +server.modules = ( "mod_alias" ) +server.username = "lighttpd" +server.groupname = "lighttpd" +server.document-root = "/www" +alias.url = ( env.SUBFOLDER => "/www" ) +server.indexfiles = ("index.html") +server.follow-symlink = "enable" +server.feature-flags += ( "server.clock-jump-restart" => 0 )