Process Flow - Request/response transformation
Client sends request
Nginx receives request
Apply request transformations
Forward transformed request to backend
Backend sends response
Apply response transformations
Send transformed response to client
Nginx intercepts client requests and backend responses, modifies them as configured, then forwards them along.