nginx
timeout_error
ai_generated
true
upstream timed out (110: Connection timed out)
ID: nginx/upstream-timed-out
78%Fix Rate
83%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
Upstream failed to respond within proxy_read_timeout.
genericWorkarounds
-
88% success Tune proxy_connect_timeout, proxy_send_timeout, proxy_read_timeout per location
-
85% success Add upstream health checks with max_fails and fail_timeout
Dead Ends
Common approaches that don't work:
-
Set proxy_connect_timeout very high
78% fail
Slow failure detection
-
Remove upstream from pool on first timeout
72% fail
Flapping under intermittent issues