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.
2 parents a0a4b4c + 9d59689 commit 6b71621Copy full SHA for 6b71621
templates/global.cfg
@@ -32,6 +32,7 @@ global
32
{% if haproxy_global.stats.socket is defined %}
33
{% for socket in haproxy_global.stats.socket %}
34
stats socket {{ socket.path }}{% if socket.params is defined %} {{ socket.params }}{% endif %}
35
+
36
{% endfor %}
37
{% endif %}
38
{% if haproxy_global.stats.timeout is defined %}
0 commit comments