Enable Optional IPv6 Support for Nginx (#19602)

This commit is contained in:
scyto
2025-08-18 16:39:12 -07:00
committed by GitHub
parent 0309090852
commit 83e9ae616a
7 changed files with 70 additions and 31 deletions
@@ -10,7 +10,7 @@ echo "[INFO] Starting certsync..."
lefile="/etc/letsencrypt/live/frigate/fullchain.pem"
tls_enabled=`python3 /usr/local/nginx/get_tls_settings.py | jq -r .enabled`
tls_enabled=`python3 /usr/local/nginx/get_listen_settings.py | jq -r .enabled`
while true
do