Process Flow - Request body handling
Client sends HTTP request with body
Nginx receives request
Check client_body_buffer_size
Buffer body in memory
Pass request with body to backend or process
Response sent
Nginx receives a request with a body, buffers it in memory or disk based on size, then forwards it.