]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - lighttpd.conf
Bump follow-redirects from 1.15.2 to 1.15.4
[github/bastienwirtz/homer.git] / lighttpd.conf
index 32e14da4781f63affff921297930d8317c9c669d..a6e9ff5f21d8530fa20f4062f2ba6ef2afd22b8f 100644 (file)
@@ -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 )