mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #2098] How do I use path base routing #1513
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#1513
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 @uzairali001 on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2098
I want to point
example.mydomain:8080/portainertohttp://portainer:8443Image
Edit: It appears port is causing problem, not even this works
portainer.mydomain:8080tohttp://portainer:8443@moritzbeck13 commented on GitHub (Jun 8, 2022):
Portainer is listening for http requests on port 9000 and for https request on port 9443.
Under
Edit Proxy Host, you enter only your domain without any subpaths in theDomain Namesfield. In the same same menu, change toCustom Location. There you setup your subpath like you did in your picture.@buscseik commented on GitHub (Jun 29, 2022):
should :8080 work in the domain names field?
@buscseik commented on GitHub (Jun 29, 2022):
I have managed it. I had to add following on advanced tab:
listen 8080 ssl http2;
@moritzbeck13 commented on GitHub (Jun 29, 2022):
Note that 8080 is an alt port for http, not for https. You might get weird behavior with some services this way.
Otherwise this works, yes, but you are not really changing the port NGINX listens on, you just added another one.
@buscseik commented on GitHub (Jun 30, 2022):
Thanks for the clarification
@github-actions[bot] commented on GitHub (Feb 15, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@AlphaCraft9658 commented on GitHub (Jun 8, 2024):
Sub-paths do not work inside the custom locations menu for some reason. When I access my domain with the sub-path, it does not work.
@github-actions[bot] commented on GitHub (Jan 27, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Jan 27, 2026):
Issue was closed due to inactivity.