diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index b80b38a..fd669bd 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -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