Skip to content

Commit 6b71621

Browse files
author
Olivier Locard
authored
Merge pull request Deveryware#8 from Aversiste/fix-stats
Force jinja to generate multiple lines
2 parents a0a4b4c + 9d59689 commit 6b71621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/global.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ global
3232
{% if haproxy_global.stats.socket is defined %}
3333
{% for socket in haproxy_global.stats.socket %}
3434
stats socket {{ socket.path }}{% if socket.params is defined %} {{ socket.params }}{% endif %}
35+
3536
{% endfor %}
3637
{% endif %}
3738
{% if haproxy_global.stats.timeout is defined %}

0 commit comments

Comments
 (0)