Merge "add var haproxy_client_timeout and haproxy_server_timeout"

This commit is contained in:
Zuul 2018-01-17 07:35:13 +00:00 committed by Gerrit Code Review
commit 3456005c4b

@ -873,8 +873,8 @@ defaults
timeout http-request 10s
timeout queue 1m
timeout connect 10s
timeout client 1m
timeout server 1m
timeout client {{ haproxy_client_timeout }}
timeout server {{ haproxy_server_timeout }}
timeout check 10s
{% if enable_mariadb | bool %}