ucp haproxy config: add timeout tunnel

also taking the opportunity to use human-readable units

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall
2018-04-27 17:44:37 -04:00
committed by Joao Fernandes
parent baaea2dcbd
commit 1ab63c4b0f

View File

@@ -78,9 +78,11 @@ global
defaults
mode tcp
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
timeout connect 5s
timeout client 50s
timeout server 50s
timeout tunnel 1h
timeout client-fin 50s
### frontends
# Optional HAProxy Stats Page accessible at http://<host-ip>:8181/haproxy?stats
frontend ucp_stats