mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
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:
committed by
Joao Fernandes
parent
baaea2dcbd
commit
1ab63c4b0f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user