dtr: align haproxy timeouts with recommendations (#6836)

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall
2018-06-06 23:44:35 -04:00
committed by Gwendolynne Barr
parent 28924dcb28
commit 4fffc0ae55
4 changed files with 20 additions and 12 deletions

View File

@@ -137,9 +137,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 dtr_stats

View File

@@ -140,9 +140,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 dtr_stats

View File

@@ -140,9 +140,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 dtr_stats

View File

@@ -122,9 +122,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 dtr_stats