Process Flow - Adding response headers (add_header)
Start nginx config
Read add_header directive
Store header name and value
On response generation
Attach header to response
Send response with added headers
End
nginx reads the add_header directive in config, stores the header info, then adds it to each response before sending.