I desire for the Load Balancer to handle failover between sites. I successfully set up a load balancer with 2 origin servers. To test out my configuration, I tried turning off one origin server and I noticed the Load Balancer does not handle failover. I have also added multiple A records to try this but it also does not work.
I also want to state that I have multiple websites tied to one IP address and behind that, I have a reverse proxy that transfers requests to the right server. That means that the monitors only run health checks on the reverse proxy webpage and not the specific subdomain I desire.
Any suggestions would be appreciated!