X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=lighttpd.conf;h=a6e9ff5f21d8530fa20f4062f2ba6ef2afd22b8f;hb=dad372bbe61c45d82696ab2e36dd1bdfd0848c2b;hp=f62657aed50b2df20c921f492b8412d452b45da8;hpb=263be7806cb50a8badf6f6dac250a674ca14dc72;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/lighttpd.conf b/lighttpd.conf index f62657a..a6e9ff5 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -1,4 +1,5 @@ include "/etc/lighttpd/mime-types.conf" +include_shell "/etc/lighttpd/ipv6.sh" server.port = env.PORT server.modules = ( "mod_alias" ) @@ -8,4 +9,4 @@ 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 ) \ No newline at end of file +server.feature-flags += ( "server.clock-jump-restart" => 0 )