aboutsummaryrefslogblamecommitdiffhomepage
path: root/lighttpd-ipv6.sh
blob: 00b0ddadf3fb613cf5efd6d6942a5b782cf32a75 (plain) (tree)
1
2
3
4
5
6


                       
                                       

                                                           
#!/bin/sh

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