Open Kydaix opened 1 week ago
Probably your app on site-2
also needs to have the subpath /test
.
I'm not very familiar with nginx-proxy-manager yet, but I don't think it's rewriting urls. It's just forwarding the request to another server.
So localhost/test
is forwarded to site-2
as site-2/test
.
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug I have the impression that there's a problem with the rental system. I'm just trying to set up 2 Apache containers with Nginx Proxy Manager.
In my case, I'm working in localhost. I can set up a proxy host which is the first Apache container. I then create a “/test” location on it, which redirects to the second container. The setting in the proxy host still works. However, the location doesn't. I can invert the 2 and the roles are reversed! I hope I'm right in reporting this as a bug.
Nginx Proxy Manager Version 2.12.1
To Reproduce Steps to reproduce the behavior:
Expected behavior When I go to the "/test" location, I should be redirected to my second Apache container.
Screenshots
Operating System Windows 10 (22H2 - 19045.5073)
Additional context