Setting maxconn under default section same as global. By default it is set to 4096.

Change-Id: I72ac984bed673eb9d67e1c417c01f0d1f27ccd74
This commit is contained in:
Vaishali Pavashe 2017-07-17 08:55:52 -04:00
parent 4a93cafb94
commit f8a2926b94

View File

@ -33,7 +33,7 @@ defaults
timeout connect {{ haproxy_connect_timeout }}
timeout http-request {{ haproxy_http_request_timeout }}
timeout server {{ haproxy_server_timeout }}
maxconn 4096
maxconn {{ haproxy_maxconn }}
{% if haproxy_stats_enabled | bool %}
listen stats