Update haproxy.config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user