limit_req_zone $binary_remote_addr zone=api:10m rate=1r/s; limit_req_status 429; limit_req zone=api burst=50 nodelay;