diff --git a/templates/haproxy.config b/templates/haproxy.config index 471e6d48..0cb5df2f 100755 --- a/templates/haproxy.config +++ b/templates/haproxy.config @@ -77,7 +77,7 @@ listen haproxy__NGINX_http mode tcp timeout client 10800s timeout server 10800s - tcp-check expect string is\ running + # tcp-check expect string is\ running balance leastconn option tcp-check # option allbackups @@ -91,7 +91,7 @@ listen haproxy__NGINX_https mode tcp timeout client 10800s timeout server 10800s - tcp-check expect string is\ running + # tcp-check expect string is\ running balance leastconn option tcp-check # option allbackups @@ -105,7 +105,7 @@ listen haproxy__Gitea_http mode tcp timeout client 10800s timeout server 10800s - tcp-check expect string is\ running + # tcp-check expect string is\ running balance leastconn option tcp-check # option allbackups