NGINX: proxy response caching
When to use
Use this skill for proxy response caching in NGINX. This skill specifically handles proxy response caching and nothing else in the NGINX family.
Procedure
Configure proxy_cache_path and cache keys, set cacheable status codes and TTLs, and add cache purge/bypass rules.
Notes
This is the NGINX skill dedicated to proxy response caching. Sibling skills cover other NGINX capabilities; this one is the right choice only when the task is about proxy response caching.