We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fb093 commit 2cbe541Copy full SHA for 2cbe541
templates/listen.cfg
@@ -18,6 +18,9 @@ listen {{ item.name }}
18
19
{% endfor %}
20
{% endif %}
21
+{% if item.maxconn is defined -%}
22
+ maxconn {{ item.maxconn }}
23
+{% endif -%}
24
{% if item.balance is defined %}
25
balance {{ item.balance }}
26
{% endif -%}
vars/main.yml
@@ -173,6 +173,7 @@ empty: true
173
# ciphers: 'RC4-SHA:AES128-SHA:AES:!ADH:!aNULL:!DH:!EDH:!eNULL'
174
# disabled:
175
# description:
176
+# maxconn:
177
# balance:
178
# cookie:
179
# log:
0 commit comments