Hi all,

Could anyone from the top of your head tell me if ACLs apply in a specific
order? Say, I have an acl that matches url /a and uses a specific backend
for all requests to /a. But if I want to use another acl and backend for
/a/b urls - could I just put that acl-match above the /a match and be done
with it?

Unfortunely I can't "lab" with my current setup as it is in production
already.

Example;

   acl url_AB   url_beg /a/b
   acl url_A    url_beg /a

   use_backend backend_A if url_A
   use_backend backend_B if url_AB

...

Best Regards,
Timh


Reply via email to