Hi guys,
I have a proxy, which has a set of endpoints, e.g. /cats and /dogs.
And I need to provide access to only /cats using one virtual host and for /cats and /dogs using another virtual host.
Is it possible to implement this without creating two separate proxies?