How to proxy to localhost app ? #1837
Unanswered
sucrecacao
asked this question in
Q&A
Replies: 1 comment
-
NPM runs in a docker container, which has its own ip address. So set the forward host as My solution is Setting a docker network and set the gateway (the host of docker) as forward host. For example, I am hosting a service on port
And set the forward host in NPM to |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I have only one server which runs nginx proxy manager and a simple web app running on
localhost:5000
Is it possible to create a proxy from
$my_server_ip_address
->localhost:5000
?For now I'm exposing my web on
$my_server_ip_address:5000
and use proxy manager to proxy$my_server_ip_address:80
and$my_server_ip_address:443
to$my_server_ip_address:5000
and handle SSL certificate. Is this an OK configuration? I though it would be cleaner to not expose my web app at all to the web.Beta Was this translation helpful? Give feedback.
All reactions