Proxy_buffering for file uploads

I just noticed proxy_buffering only works for file downloads, but not
uploads. Is there a way to get it to work for uploads?

thank you
Sergej

http://wiki.codemongers.com/
NginxHttpCoreModule#client_body_buffer_size and

http://wiki.codemongers.com/NginxHttpCoreModule#client_max_body_size

are your friends here. By default upload buffering is on, with a
maximum upload size of 1meg.

Cheers

Dave

I don’t want it to use temporary files, but stream the data to the
upstream
app server.