mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 09:55:51 +03:00
[GH-ISSUE #369] Before separation by domain and forwarding #314
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#314
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 @FantaBlueMystery on GitHub (Apr 14, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/369
Is it possible to split port 443 and port 80 between two domains?
Domain a) will be forwarded internally to the NPM as usual
Domain b) is forwarded to another Nginx proxy
The background would be that mail.domain.com can pick up its own LetsEncrypt certificate with its nginx and acts as a proxy itself.
@chaptergy commented on GitHub (May 11, 2021):
It's not really clear what you mean. But as I understand correctly you want to run two services on you device, one of them being NPM. Then port 80 on your machine is forwarded to NPM and port 443 to some other program? You can just remove the
443port mapping from the docker-compose file and use that port in another program. That way NPM will only be accessible through port 80.