Nginx Rate Limits
NGINX is itself a rate-limiting infrastructure component, not a SaaS API. The relevant "rate limits" are the configurable directives that NGINX exposes for downstream services — limit_req_zone, limit_conn_zone, and the leaky-bucket algorithm — plus the management-API rate limits that NGINX Plus / NGINX One expose for monitoring and configuration.
Nginx Rate Limits is the machine-readable rate-limit profile for NGINX on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests_per_second, concurrent_connections, bytes_per_second, and varies.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and configuredOverride.
Tagged areas include Rate Limiting, API Gateway, Reverse Proxy, and Web Server.
Limits
Policies
Sources
- https://nginx.org/en/docs/http/ngx_http_limit_req_module.html
- https://nginx.org/en/docs/http/ngx_http_limit_conn_module.html
- https://docs.nginx.com/nginx/admin-guide/security-controls/controlling-access-proxied-http/
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.