# Syn Nginx Caching

> NGINX: proxy response caching

- Skill: `legendtkl/syn-nginx-caching` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-nginx-caching`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-nginx-caching/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-nginx-caching

---


# 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.

