Hi all -
I am considering replacing an NGINX reverse proxy VM with the NSX Edge LB if possible. I'll need SSL offloading and SSL end-to-end, but for the time being I'd like to get it working without. I have two webservers in a pool and a single web server in a pool. The two webservers load balance (round robin) prod.url.com and the single webserver is serving test.url.com. I'd like to point internal DNS to the Edge/LB VIP/IP and have it see the incoming host header request for prod.url.com and kick it to the one pool, and test.url.com and send it to the other pool. Is this possible? Based on how this will be setup to the outside we do not want to have multiple NATs as the client we're hosting only provides a single public IP. This currently works fine w/ NGINX but trying to unify solutions.
Thanks all!