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

Cosmetic

parent 31836e3e
No related branches found
No related tags found
No related merge requests found
......@@ -224,9 +224,9 @@ frontend https_in_{{ cert.ip }}
http-request auth realm notprivate if privatedomain !privateip !private_auth
{% endif %}
{% for redirect in proxy_redirect_search_replace|default([]) %}
{% if redirect.extra is defined %}
acl {{ redirect.extra.variable }} {{ redirect.extra.condition }}
{% endif %}
{% 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 {% 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([]) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment