Skip to content

Commit 00151b8

Browse files
committed
net/haproxy: test line break
1 parent 69d8673 commit 00151b8

File tree

1 file changed

+1
-1
lines changed
  • net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy

1 file changed

+1
-1
lines changed

net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ frontend {{frontend.name}}
586586
{# # bind/listen configuration #}
587587
{% if frontend.bind|default("") != "" %}
588588
{% for bind in frontend.bind.split(",") %}
589-
bind {{bind}} name {{bind}} {% if frontend.bindOptions|default("") != "" %}{{ frontend.bindOptions }} {% endif %}{% if frontend.ssl_enabled == '1' and ssl_certs|default("") != "" %}ssl {{ ssl_options }}{{ssl_certs|join(' ')}} {% endif %}
589+
bind {{bind}} name {{bind}} {% if frontend.bindOptions|default("") != "" %}{{ frontend.bindOptions }} {% endif %}{% if frontend.ssl_enabled == '1' and ssl_certs|default("") != "" %}ssl {{ ssl_options }}{{ssl_certs|join(' \\\n')}} {% endif %}
590590

591591
{% endfor %}
592592
{% endif %}

0 commit comments

Comments
 (0)