From bd42e5702741aa756af524d4392509cd160b74c7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 11:25:07 -0600 Subject: [PATCH] Update haproxy.config --- templates/haproxy.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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