Hi,
I have an frontend acl correctly matching inbound requests and forwarding these to a specific pool of servers in the backend.
frontend front_443
default_backend default-servers
acl backend-acl path -m sub BACKEND
use_backend server-group1 if backend-acl
I would like to be able to rewrite the path matched by backend-acl, specifically removing a part of the path, before sending the request on to server-group1. Is there a way to do this?
Thanks
2 posts - 1 participant