16
16
timeout connect 1000
17
{% if haproxy_client_timeout -%}
18
timeout client {{ haproxy_client_timeout }}
17
20
timeout client 30000
23
{% if haproxy_server_timeout -%}
24
timeout server {{ haproxy_server_timeout }}
18
26
timeout server 30000
29
listen stats {{ stat_port }}