aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd-ipv6.sh
blob: 40c485a2a0c99a236d6df65ae5573d67c76f9b38 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

# Enable IPV6 if needed
if [[ "${IPV6_DISABLE}" != "1" ]]; then
	echo '$SERVER["socket"] == "[::]:" + env.PORT {  }'
fi