Increase restart attempts in proxy configuration and add domain check logging in certificate script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-04-15 08:31:25 +02:00
parent 9ebbed0696
commit 67ea15291c
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
"PROXY_CONFIG_DIR": "/proxy_config",
"PROXY_TYPE": "haproxy",
"TIMEOUT": "5",
"RESTART": "3",
"RESTART": "10",
"ROLE": "backend-proxy",
"SERVICE_NAME": "public-proxy"
},