This configuration implements finite request quotas. Without changes, each client IP address is limted to 10 requests per minute.
With each response, a header RateLimit is returned that indicates the remaining quota
for that client. The format of this header follows the draft RFC for this field.
https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/
NGINX JavaScript (njs) is used to manage the quota counter and perform the quota reset.