From 5b11259dd7befd32a322612156dc6c9a7be74ced Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 25 Sep 2023 20:15:31 -0400 Subject: fix: rename ipv6.sh -> lighttpd-ipv6.sh --- lighttpd-ipv6.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 lighttpd-ipv6.sh (limited to 'lighttpd-ipv6.sh') diff --git a/lighttpd-ipv6.sh b/lighttpd-ipv6.sh new file mode 100755 index 0000000..00b0dda --- /dev/null +++ b/lighttpd-ipv6.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Enable IPV6 if needed +if [[ "${IPV6_DISABLE}" == "1" ]]; then + echo '$SERVER["socket"] == "[::]:" + env.PORT { }' +fi -- cgit v1.2.3