Process Flow - Proxy headers
Client sends request
Nginx receives request
Nginx adds/updates proxy headers
Nginx forwards request to backend server
Backend server receives request with headers
Backend processes request and responds
Nginx sends response back to client
The flow shows how Nginx receives a client request, adds or modifies proxy headers, then forwards it to the backend server, which uses these headers for processing.