This one is pretty simple:
` acl a_new_backend hdr_dom(host) -i api.company.com path_beg -i /v3 use_backend new_backend if a_newbackend ` new_backend is getting requests for api.company.com/v2 any help?
This one is pretty simple:
` acl a_new_backend hdr_dom(host) -i api.company.com path_beg -i /v3 use_backend new_backend if a_newbackend ` new_backend is getting requests for api.company.com/v2 any help?