If NGINX upstream points at a load balancer and overloading is not of concern, you can set max_fails
to 0
to turn off passive health checks.
See also How NGINX round-robin upstream implements passive health checks.
If NGINX upstream points at a load balancer and overloading is not of concern, you can set max_fails
to 0
to turn off passive health checks.
See also How NGINX round-robin upstream implements passive health checks.