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