Stef
Explore posts from serversproject ip address
nginx proxy manager is just a nginx reverse proxy, but with an user interface
can be used to point the domain to another ip/hostname
for example on the proxy
-
example.com
could be pointed to 12.34.56.78:5000
, then https://example.com
would show the content of http://12.34.56.78:5000
- abc.def.com
could be pointed too my.hostname.com:30158
, then https://abc.def.com
would show the content of http://my.hostname.com:30158
(including they paths)
and both domains pointed to the same ip address14 replies