Replies: 1 comment 1 reply
-
Hey there, did you find any way to achieve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I usually expose my local services with port forwarding in my router.
The router also updates my single DDNS.
With NPM, I wish to expose the internal services with HTTPS, but my current DDNS provider does not offer subdomains.
So I was thinking of using NPM to forward my domain using either ports or resource paths.
Using ports, it would look something like this:
Or using paths:
At the moment, I can only forward the domain to a single internal host.
It does not seem possible to add a source domain with a specific port or specific resource path.
Is this possible with NGINX Proxy Manager?
Beta Was this translation helpful? Give feedback.
All reactions