Process Flow - Exact match (=)
Request URL Received
Check location blocks
Is there a location with = prefix?
No→Use other location matching
Yes
Compare request URL exactly with location path
Exact match found?
No→Try other location blocks
Yes
Serve request using exact match location
END
Nginx checks if a location block with '=' prefix exactly matches the request URL path and serves it immediately if found.