Process Flow - MIME types configuration
Client requests file
Nginx receives request
Check file extension
Look up MIME type in mime.types
Set Content-Type header
Send response with correct MIME type
Nginx checks the requested file's extension, finds the matching MIME type from its configuration, sets the Content-Type header, and sends the response.