]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Listen on IPv6 as well
authorAndrew Pearson <andrew@apearson.io>
Wed, 10 May 2023 14:16:01 +0000 (09:16 -0500)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sat, 13 May 2023 13:22:47 +0000 (15:22 +0200)
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"