mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Merge pull request #2619 from kulikov-a/patch-2
net / haproxy quick fix
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user