]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - lighttpd-ipv6.sh
fix(docs): only accept 1 for IPV6_DISABLE
[github/bastienwirtz/homer.git] / lighttpd-ipv6.sh
CommitLineData
ce2d3e94 1#!/bin/sh
2
3# Enable IPV6 if needed
74f6879e 4if [[ "${IPV6_DISABLE}" == "1" ]]; then
ce2d3e94 5 echo '$SERVER["socket"] == "[::]:" + env.PORT { }'
6fi