Hello everyone,
I am trying to setup my nginx reverse proxy manager on my homelab for local dns only. I have a few services running internally that use specific port numbers and I am trying to make it so I can access the web guis of those pages just by typing in the DNS entry. The furthest ive gotten is setting up the CNAME records on my internal DNS as well as making an entry in the proxy.
My question is: How do I get this to work the way I want it to, but also set up SSL on it so I can have a valid certificate on the device when it reverse proxies.
My other question is: Is NGINX the way to go for this or is there one that is easier?
Edit: Dont need to worry about the SSL side of things, just getting the reverse proxy to work now.