mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #82] Avoid port redirection #75
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#75
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 @nunofmds on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/82
Hi,
I'm using pihole and I want to be able to access to it without exposing it's port like i'm doing for other services but when I open the url https://mydomain.duckdns.org i'm redirected to https://mydomain.duckdns.org:4865/admin ... it's possible to avoid this port redirection without changing pihole config?
For instance Portainer use port 9000 but i'm able to access to it since it don't change port url to include the port...
Regards,
Nuno
@jc21 commented on GitHub (Feb 24, 2019):
That's something specific to the upstream server. There might be a setting in Pihole to say that despite running on port 4865, you want to access it behind a reverse proxy on port 80 (or https 443).