]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - lighttpd.conf
Update build build actions
[github/bastienwirtz/homer.git] / lighttpd.conf
index f62657aed50b2df20c921f492b8412d452b45da8..a6e9ff5f21d8530fa20f4062f2ba6ef2afd22b8f 100644 (file)
@@ -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 )