Merge pull request #2619 from kulikov-a/patch-2

net / haproxy quick fix
This commit is contained in:
Frank Wall
2021-10-28 21:30:04 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -131,7 +131,7 @@
{% if acl_data.caseSensitive|default('0') == '0' %}
{% do acl_options.append('-i') %}
{% endif %}
{% do acl_options.append('acl_data.hdr_sub) %}
{% do acl_options.append(acl_data.hdr_sub) %}
{% else %}
{% set acl_enabled = '0' %}
# ERROR: missing parameters
@@ -53,7 +53,7 @@ frontends:
{{ cert_refid }}:
path: {{ cert_template % cert_refid }}
default: {{ "True" if frontend.ssl_default_certificate == cert_refid else "False" }}
{{ getCert(cert_refid) | indent( width=8, indentfirst=True) -}}
{{ getCert(cert_refid) | indent( width=8, first=True) -}}
{% endfor %}
{% endfor %}
{% else %}