Process Flow - Named locations (@)
Client Request Received
Check URI Match
If match normal location
→Serve Content
If match named location @name
Internal Redirect to @name
Execute @name block
Serve Content or Further Redirect
When nginx receives a request, it checks if the URI matches a named location starting with '@'. If yes, it internally redirects to that named location block to handle the request.