From acd6a8911be0804374b5600f2125e97eb178bfa5 Mon Sep 17 00:00:00 2001 From: Andrew Pearson Date: Wed, 10 May 2023 09:16:01 -0500 Subject: [PATCH] Listen on IPv6 as well --- lighttpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/lighttpd.conf b/lighttpd.conf index fa0cfb2..2bf043f 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -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" -- 2.41.0