Skip to content
Snippets Groups Projects
Commit 31836e3e authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix bug

parent a39e4703
Branches
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ frontend https_in_{{ cert.ip }}
{% if redirect.extra is defined %}
acl {{ redirect.extra.variable }} {{ redirect.extra.condition }}
{% endif %}
http-request redirect code 301 location %[url,regsub(\"{{ redirect.search }}\",\"{{ redirect.replace }}\",i)] if !letsencrypt_challenge {% if redirect.extra is defined %}{% if redirect.extra.negate|default(false) %}!{% endif %}{{ redirect.extra.variable }} {% endif %}{ path_reg {{ redirect.match }} }
http-request redirect code 301 location %[url,regsub(\"{{ redirect.search }}\",\"{{ redirect.replace }}\",i)] if {% if redirect.extra is defined %}{% if redirect.extra.negate|default(false) %}!{% endif %}{{ redirect.extra.variable }} {% endif %}{ path_reg {{ redirect.match }} }
{% endfor %}
{% for line in proxy_extra_lines|default([]) %}
{{ line }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment