Setting maxconn under default section same as global. By default it is set to 4096.
Change-Id: I72ac984bed673eb9d67e1c417c01f0d1f27ccd74
This commit is contained in:
parent
4a93cafb94
commit
f8a2926b94
@ -33,7 +33,7 @@ defaults
|
|||||||
timeout connect {{ haproxy_connect_timeout }}
|
timeout connect {{ haproxy_connect_timeout }}
|
||||||
timeout http-request {{ haproxy_http_request_timeout }}
|
timeout http-request {{ haproxy_http_request_timeout }}
|
||||||
timeout server {{ haproxy_server_timeout }}
|
timeout server {{ haproxy_server_timeout }}
|
||||||
maxconn 4096
|
maxconn {{ haproxy_maxconn }}
|
||||||
|
|
||||||
{% if haproxy_stats_enabled | bool %}
|
{% if haproxy_stats_enabled | bool %}
|
||||||
listen stats
|
listen stats
|
||||||
|
Loading…
Reference in New Issue
Block a user