Process Flow - limit_req_zone and limit_req
Define limit_req_zone
Store request rate info
Incoming request
Check request rate
Allow request
Serve response
First, we define a zone to track request rates. Then each incoming request is checked against this zone. If the rate is within limits, the request proceeds; if not, it is delayed or rejected.