Syn Nginx Ratelimit

NGINX: request rate limiting

legendtkl ab215fe 596 B Updated

File contents

NGINX: request rate limiting

When to use

Use this skill for request rate limiting in NGINX. This skill specifically handles request rate limiting and nothing else in the NGINX family.

Procedure

Use limit_req_zone/limit_req and limit_conn to throttle abusive clients, set burst and nodelay, return 429s.

Notes

This is the NGINX skill dedicated to request rate limiting. Sibling skills cover other NGINX capabilities; this one is the right choice only when the task is about request rate limiting.

legendtkl/agentic-skill-router/tree/main/experiments/dci-compare/synthetic-skills/syn-nginx-ratelimit commit ab215fe274

Frequently asked questions

npx skillmds@latest add legendtkl/syn-nginx-ratelimit