@egozkan wrote:
Hello all,
I want to use different backends by using regex but it is not working as expected. My configuration like as shown below.
acl cons path_reg ^/(test)/([a-z-0-9]+/){0,1}$
use_backend consistent if consFor example, this config should work like this:
https://domain.com/test --> should switch to consistent backend
https://domain.com/test/?a=1 --> should not switch to consistent backend but to defaulthow can i get it?
Thanks
Posts: 1
Participants: 1