mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #3842] Support custom port for proxy host domain name #2524
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#2524
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 @Hadatko on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3842
Is your feature request related to a problem? Please describe.
Press Add Proxy Host i have option to add domain names. Added domain names then appear in Proxy Hosts table where on first column appear domain names which can be then clicked and you are forwarded to the page.
For example when i want use
foo.bar.euon different port i can add domain name 'foo.bar.eu:11111'. When i click then in Proxy Hosts table on my link i am correctly forwarded to foo.bar.eu:11111, but when i want create SSL certificate using dns the the whole address is provided to certbot but the port in domain name is causing issue.I am curious if you can add support for custom port so i would be able generate certificate for foo.bar.eu but in table i would be able to click on foo.bar.eu:11111 to access that web page.
Describe the solution you'd like
Somehow be able to modify link for domain to access web on different port. So i would be able to generate certificate for foo.bar.eu but url for page would be foo.bar.eu:11111
Describe alternatives you've considered
Additional context
@Hadatko commented on GitHub (Jun 30, 2024):
proxy hosts table
@peschee commented on GitHub (Jan 14, 2025):
This used to work in previous versions, it seems it does not anymore.
@github-actions[bot] commented on GitHub (Jul 30, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍
@peschee commented on GitHub (Jul 30, 2025):
Does this work now?