I have many VMs running with different web servers and such. I want to be able to use the SSL port on more than one machine, which is where Nginx comes in. I have looked and dug, and I do not understand if you can achieve using different physical VMs with Nginx.
I have a:
- CentOS machine running Apache as my main (no virtual hosts configured) website. IP of 10.40.1.12 internally, reachable at kodysalak.com
- Windows Server 2016 with exchange on it. IP of 10.40.1.17 internally, reachable at mail.kodysalak.com
- Windows Server 2016 with Spiceworks' HelpDesk software (Apache). IP of 10.40.1.14 internally, reachable at help.kodysalak.com
Those are the hosts that use 80/443. I have a separate CentOS machine running Nginx with no configuration done with it. IP of 10.40.1.18.
I am brand new to nginx and reverse proxy in general, you might have to hold my hand to help me.