Process Flow - Why static file serving is the primary use case
Client Request for File
nginx Receives Request
Check if File Exists
Serve File Directly
Client Receives File
nginx receives a client request, checks if the requested static file exists, serves it directly if yes, otherwise returns an error or forwards the request.