Hello everyone,
I’m trying to check for a condition where the Request Header referer is equal to the root path
I’m doing it like this:
acl static-list-referer-root hdr_dir(referer) path -i /
use_backend static-businesses-list if { path_beg /_next } static-list-referer-root
It’s not working for the root, however if I try with a different path it works fine…
Thank you for your help HAProxy Community ^.^
1 post - 1 participant