nginx
config_error
ai_generated
true
X-Cache-Status: MISS on all requests
ID: nginx/proxy-cache-miss
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
Proxy cache not caching responses.
genericWorkarounds
-
88% success Check response headers: must not have Cache-Control: no-store/private
-
90% success Verify proxy_cache_path and proxy_cache directives are configured
Dead Ends
Common approaches that don't work:
-
Cache everything including authenticated responses
90% fail
Serves wrong user data
-
Set extremely long cache time
78% fail
Stale content served