Massively increase timeouts to prevent websocket issues
This commit is contained in:
parent
d2ca5a51be
commit
ff8beea3c4
1 changed files with 8 additions and 8 deletions
|
@ -25,10 +25,10 @@ defaults
|
||||||
listen https
|
listen https
|
||||||
bind *:443
|
bind *:443
|
||||||
mode tcp
|
mode tcp
|
||||||
timeout http-request 60s
|
timeout http-request 10m
|
||||||
timeout connect 10s
|
timeout connect 10m
|
||||||
timeout client 10s
|
timeout client 10m
|
||||||
timeout server 10s
|
timeout server 10m
|
||||||
server default {{ wireguard.clients.intersect.ip }}:443 send-proxy
|
server default {{ wireguard.clients.intersect.ip }}:443 send-proxy
|
||||||
|
|
||||||
listen http
|
listen http
|
||||||
|
@ -37,10 +37,10 @@ listen http
|
||||||
stats show-node
|
stats show-node
|
||||||
stats uri /haproxy
|
stats uri /haproxy
|
||||||
stats auth stats:{{ haproxy.stats_pass }}
|
stats auth stats:{{ haproxy.stats_pass }}
|
||||||
timeout http-request 60s
|
timeout http-request 10m
|
||||||
timeout connect 10s
|
timeout connect 10m
|
||||||
timeout client 10s
|
timeout client 10m
|
||||||
timeout server 10s
|
timeout server 10m
|
||||||
server default {{ wireguard.clients.intersect.ip }}:80 check
|
server default {{ wireguard.clients.intersect.ip }}:80 check
|
||||||
|
|
||||||
{% for port in haproxy.exposed_ports %}
|
{% for port in haproxy.exposed_ports %}
|
||||||
|
|
Loading…
Reference in a new issue