aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd-ipv6.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd-ipv6.sh')
-rwxr-xr-xlighttpd-ipv6.sh6
1 files changed, 6 insertions, 0 deletions
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 @@
1#!/bin/sh
2
3# Enable IPV6 if needed
4if [[ "${IPV6_DISABLE}" == "1" ]]; then
5 echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
6fi