nginx config_error ai_generated true

X-Cache-Status: MISS on all requests

ID: nginx/proxy-cache-miss

Also available as: JSON · Markdown
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
1 active

Root Cause

Proxy cache not caching responses.

generic

Workarounds

  1. 88% success Check response headers: must not have Cache-Control: no-store/private
  2. 90% success Verify proxy_cache_path and proxy_cache directives are configured

Dead Ends

Common approaches that don't work:

  1. Cache everything including authenticated responses 90% fail

    Serves wrong user data

  2. Set extremely long cache time 78% fail

    Stale content served