I have 3 origin servers in 1 pool
ip 1 = 30%
ip 2 = 30%
ip 3 = 40%
no failover pool
I see it correctly load balances between 3 origin servers
when ip 2 fails for example
it doesn’t automatically steer the visitor to ip 1 or ip 3. it just keeps trying to load ip 2 and all requests continue to fail.
this happens if any of the ip’s fail
How do you make it failover to a different origin server WITHIN the same pool? It works to failover to a different pool however, but not to a different working origin server within the same pool
I have removed 1 of the origin servers (that is currently not working which caused my site to not work) since it doesn’t route to the other origin servers within the same pool
put the one that is not working and made it the fallover pool but still not solving the problem
now
NGINX POOL
has 2 ips
FALLOVER POOL
has 1 ip
i want it to fall over to the healthy IP in NGINX POOL first before going to the FALLOVER POOL