mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #2299] auto miss port #1634
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#1634
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 @jack338c on GitHub (Oct 2, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2299
Checklist
jc21/nginx-proxy-manager:latestdocker image?Hey guys
my router portfoward my lan ip(nas) 10.20.30.180:443 to wan:9876





my domain *.xxx.xx ip =wan ip
and docker application(installed on nas) can be enable https by Nginx Proxy Manager like following (own=hom),theny have same ssl files and same sub-domain
but 8082(owncloud) will miss port 9876 while openning page llke following
if open https://hom.xxx.xx:9876/ ,it will go to https://hom.xxx.xx/login like following(auto miss9876 )
if open https://hom.xxx.xx:9876/login.it will go to following ,after login ,it goes to
https://hom.xxx.xx/apps/files/ (auto miss 9876 )
if open https://hom.xxx.xx:9876/apps/files/ it will go to following as normal (own=hom)
How to solve this,shoud I add someting in advance,please help me,thanks
@Hurray0 commented on GitHub (Nov 15, 2022):
same problem
@Hurray0 commented on GitHub (Nov 15, 2022):
I noticed that the url in http (eg:
<img src='http://127.0.0.1:8080'>) will automatically change from serverIP:serverPort(eg: http://127.0.0.1:8080) to https://IP(:443) (eg: https://domain.com),but not https://IP:givenPort(eg:https://domain.com:9876)Is there a method to auto add given port to urls in http pages?
@github-actions[bot] commented on GitHub (Feb 8, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Mar 24, 2025):
Issue was closed due to inactivity.