I am setting up a home project with three dedicated servers with one public IP. Each server will host a variety of services (HTTP, Mail, DNS,....). I also have three different domain names (example.com, example.net, & example.us). I have all servers at this time running a website, but have to put the port number at the end.
I was wondering if reverse proxy is the way to go? Can I set up the reverse proxy to direct people from the internet to the correct server? If this can be accomplished, can I do it with the free license?
http://www.example.com to 192.168.x.1 (example.com)
http://www.example.net to 192.168.x.2 (example.net)
http://www.example.us to 192.168.x.3 (example.us)
Thank you in advance