Java High-Performance Architecture
Sep 5, 2015 · Operations
How Does Nginx Detect Unhealthy Servers? Passive vs Active Health Checks Explained
NGINX determines server health through passive checks—stopping forwarding after failures—and active health checks, which periodically probe each backend using the health_check directive, allowing configuration of intervals, failure thresholds, custom URIs, and response matching criteria to ensure reliable load balancing.
Operationsactive checkhealth check
0 likes · 4 min read
