]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - lighttpd.conf
Listen on IPv6 as well
[github/bastienwirtz/homer.git] / lighttpd.conf
index fa0cfb29f2d6943cc5f3a90e679f090f96fe3e03..2bf043fba8d6fd991559f87ef1b6fc38e24b0542 100644 (file)
@@ -1,6 +1,7 @@
 include "/etc/lighttpd/mime-types.conf"
 
 server.port            = env.PORT
+$SERVER["socket"] == "[::]:" + env.PORT {  }
 server.modules         = ( "mod_alias" )
 server.username        = "lighttpd"
 server.groupname       = "lighttpd"