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

Remove dev comments

parent 51c0f83e
No related branches found
No related tags found
No related merge requests found
......@@ -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
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