[GH-ISSUE #667] Internal hostname re-write/redirect #563

Closed
opened 2026-02-26 06:33:24 +03:00 by kerem · 2 comments
Owner

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?

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?
kerem 2026-02-26 06:33:24 +03:00
Author
Owner

@chaptergy commented on GitHub (May 12, 2021):

You can add a custom location / and then add Hostname 10.0.0.5/web with port 32400 in there.

<!-- gh-comment-id:840044953 --> @chaptergy commented on GitHub (May 12, 2021): You can add a custom location `/` and then add Hostname `10.0.0.5/web` with port `32400` in there.
Author
Owner

@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?

<!-- gh-comment-id:908455698 --> @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?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#563
No description provided.