From ce2d3e945a906e56ef43ef29d329a9f39314fcef Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 8 Sep 2023 01:44:07 -0400 Subject: fix: allow disabling IPv6 --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lighttpd.conf') diff --git a/lighttpd.conf b/lighttpd.conf index 2bf043f..a6e9ff5 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -1,7 +1,7 @@ include "/etc/lighttpd/mime-types.conf" +include_shell "/etc/lighttpd/ipv6.sh" server.port = env.PORT -$SERVER["socket"] == "[::]:" + env.PORT { } server.modules = ( "mod_alias" ) server.username = "lighttpd" server.groupname = "lighttpd" -- cgit v1.2.3