Update haproxy.config

This commit is contained in:
2019-03-03 11:25:07 -06:00
parent adbb4afed6
commit bd42e57027

View File

@@ -77,7 +77,7 @@ listen haproxy__NGINX_http
mode tcp mode tcp
timeout client 10800s timeout client 10800s
timeout server 10800s timeout server 10800s
tcp-check expect string is\ running # tcp-check expect string is\ running
balance leastconn balance leastconn
option tcp-check option tcp-check
# option allbackups # option allbackups
@@ -91,7 +91,7 @@ listen haproxy__NGINX_https
mode tcp mode tcp
timeout client 10800s timeout client 10800s
timeout server 10800s timeout server 10800s
tcp-check expect string is\ running # tcp-check expect string is\ running
balance leastconn balance leastconn
option tcp-check option tcp-check
# option allbackups # option allbackups
@@ -105,7 +105,7 @@ listen haproxy__Gitea_http
mode tcp mode tcp
timeout client 10800s timeout client 10800s
timeout server 10800s timeout server 10800s
tcp-check expect string is\ running # tcp-check expect string is\ running
balance leastconn balance leastconn
option tcp-check option tcp-check
# option allbackups # option allbackups