diff --git a/templates/haproxy_cfg.jinja2 b/templates/haproxy_cfg.jinja2 index 9e6476a8ddea811d6c06cdbe813efa9beb2b2668..c06c37730d36f86218c5874c4e63b14dfc9dd2a7 100644 --- a/templates/haproxy_cfg.jinja2 +++ b/templates/haproxy_cfg.jinja2 @@ -384,13 +384,3 @@ backend backend_kibana acl kibana_auth http_auth(kibana) if kibana_present http-request auth realm Kibana if !kibana_auth {% endif %} - - -https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#7.1 -https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#7.3.1-map -https://stackoverflow.com/questions/23001799/how-do-i-used-the-map-feature-in-haproxy-to-build-massive-redirect-tables-1-5/25627447#25627447 - -http-request redirect location %[capture.req.uri,map(/etc/haproxy/redirect.map)] code 301 if { capture.req.uri,map(/etc/haproxy/redirect.map) -m found } - -# Map File: -/some_old_page.html /some_new_page.html