Process Flow - Proxy headers forwarding
Client sends request
Nginx receives request
Nginx adds/forwards headers
Nginx sends request to backend
Backend receives request with headers
Backend processes request
Backend sends response
Nginx forwards response to client
The client sends a request to Nginx, which adds or forwards headers before sending the request to the backend server. The backend receives these headers and processes the request accordingly.