@tuxdotnet wrote:
hi all,
I have a change to do for my reverse proxy in ACL to forward to multiple domain with multiple path
i try this conf (format X time with different fqdn/path in my conf …)
acl Coll hdr_dom(host) -m dom reverseproxy.domain.com path_reg ^\/col\/[a-z]+\/RFP[/]? acl Mon hdr_dom(host) -m dom reverseproxy.domain.com path_reg ^\/sup/[a-z]+\/RFP[/]? use_backend MColl if Coll use_backend MMon if Mon
Case 1: the first fqdn/path is call and go to the backend Mcoll
Case 2: the second fqdn/path is call and go to the backend McollEach backend point to different host
Thanks
Posts: 3
Participants: 1