Hi All,
I configured reverse proxy for /test/api as below:
ProxyPassMatch ^/(test/api) unix:/run/testservice/http.socket|
http://localhost .
But my question is, if for some reason, /test/api gets authenticated and auth module sets the value as 401, then how do I stop it from forwarding the request to testservice/http.socket for further processing.
With regards,
Venkatesh