mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #4142] Proxy Host Location with 2 Apache containers #2688
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kydaix on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4142
Checklist
jc21/nginx-proxy-manager:latestdocker 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
@leroy0211 commented on GitHub (Nov 8, 2024):
Probably your app on
site-2also 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/testis forwarded tosite-2assite-2/test.@Kydaix commented on GitHub (Dec 16, 2024):
Sorry for the delay. Thanks for your reply, however, despite your configuration, I haven't managed to get it to work the way I wanted. Nothing changes... :(
@github-actions[bot] commented on GitHub (Jun 26, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍