diff options
author | thomas <me@thomasanderson.cloud> | 2023-09-25 20:15:31 -0400 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-10-21 05:16:20 -0700 |
commit | 5b11259dd7befd32a322612156dc6c9a7be74ced (patch) | |
tree | d405d3fff846a4b5bf00dd43d80f9fb3a918163f /lighttpd-ipv6.sh | |
parent | 74f6879ed0a9152699e8ef30a6af5f2d4a4a4cdd (diff) | |
download | homer-5b11259dd7befd32a322612156dc6c9a7be74ced.tar.gz homer-5b11259dd7befd32a322612156dc6c9a7be74ced.tar.zst homer-5b11259dd7befd32a322612156dc6c9a7be74ced.zip |
fix: rename ipv6.sh -> lighttpd-ipv6.sh
Diffstat (limited to 'lighttpd-ipv6.sh')
-rwxr-xr-x | lighttpd-ipv6.sh | 6 |
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 | ||
4 | if [[ "${IPV6_DISABLE}" == "1" ]]; then | ||
5 | echo '$SERVER["socket"] == "[::]:" + env.PORT { }' | ||
6 | fi | ||