H!
I am trying to use haproxy to redirect a URL path with a regex.
Its HA-Proxy version 1.5.18 2016/05/10, and what I am doing is accepted as valid, but it isn’t working.
I am trying
acl aclname url_reg /input=(\*123\*\d{2,6}) -m found redirect location http://backend/message.xml code 301 if aclname
Please what am I doing wrong?
1 post - 1 participant