mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #667] Internal hostname re-write/redirect #563
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#563
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 @whattheschnell on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/667
I want to use nginx-proxy-manager to access my internal web services. I have an unraid server with several docker containers deployed. Some use host, some use BR0, some bridge. How can I configure a forward/rewrite/redirect to specific docker containers?
I have AdGuard Home running managing any of the DNS re-writes:
unraid.lan --> 10.0.0.5
But am looking for forward along the lines of (in addition to above) :
plex.lan --> 10.0.0.5:32400/web
Is it possible to manage with reverse proxy? DNS cannot handle ports. If yes, how?
@chaptergy commented on GitHub (May 12, 2021):
You can add a custom location
/and then add Hostname10.0.0.5/webwith port32400in there.@balajeek commented on GitHub (Aug 30, 2021):
Are you able to figure out, I have the same adguard home and npm installed, using npm primarly for local dns names by defining hosts in npm, works fine, but could this be done without npm? I am not sure if i understand the previous response that add a custom location, in adguard or npm?