mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #3534] bug about custom locations for subdirectory of hosts #2348
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#2348
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 @respota on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3534
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I installed npm in docker on the local device (hereinafter referred to as the host, which local ip is 192.168.0.2 ). I want to reverse proxy services on different ports of the host in different paths under the same domain name, for example:
My domain name is main.exmaple.com, and the agency relationship I want to achieve is
main.exmaple.com/loginproxy192.168.0.2:88;main.exmaple.com/downproxy192.168.0.2:8080;main.exmaple.com/uploadproxy192.168.0.2:8088;I found that the
custom locationsare set to the following correspondence:/login->192.168.0.2/88;/down->192.168.0.2/8080;/upload->192.168.0.2/8088;It can be displayed online normally, but when I access the subpath of the domain name, a blank page is loaded and I cannot access it normally. However, it can work normally when I proxy a non-host IP service according to the above rules. How can I fix it? Thanks.
Nginx Proxy Manager Version
2.10.42.11.12.11.2To Reproduce
Refer to [Describe the bug] above.
Expected behavior
can be work correctly.
Screenshots
Operating System
armv8 linux (docker in openwrtOS)
Additional context
docker version: 3.8
broswer: edge, chrome etc.
@AkshayRao27 commented on GitHub (Feb 13, 2024):
I had a similar issue where
teslamate-local.mydomain.comwas working butteslamate-local.mydomain.com/grafanawas showing a blank page that said "Not Found". https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3512#issuecomment-1940868886 is what worked for me.@github-actions[bot] commented on GitHub (Sep 4, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Sep 6, 2025):
Issue was closed due to inactivity.