Massively increase timeouts to prevent websocket issues

This commit is contained in:
Jake Howard 2020-04-17 23:04:20 +01:00
parent d2ca5a51be
commit ff8beea3c4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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 %}