7 messages in ru.sysoev.nginxRe: Turn off file upload buffering?
FromSent OnAttachments
Ezra ZygmuntowiczNov 6, 2006 12:04 pm 
Aleksandar LazicNov 7, 2006 12:10 am 
Igor SysoevNov 7, 2006 12:34 am 
Igor SysoevNov 7, 2006 12:35 am 
Ezra ZygmuntowiczNov 7, 2006 12:46 pm 
Igor SysoevNov 8, 2006 1:25 pm 
Sam G.Nov 8, 2006 7:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Turn off file upload buffering?Actions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Nov 7, 2006 12:10:20 am
List:ru.sysoev.nginx

Hi,

On Mon 06.11.2006 12:05, Ezra Zygmuntowicz wrote:

Hello Nginx'ers!

I am running mongrel behind nginx proxy and I am doing upload progess with mongrel. I need to know how to turn off ngxin file upload buffering. Right now nginx buffers the entire file upload to a tmp file before it sends it on to the proxied backend. Is there a way to turn this off so that nginx just does a pass through and lets the backend take care of buffering the file upload to disk?

How about to make a big client_body_buffer_size value?

client_body_buffer_size 1G

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

I'am not sure if it works.

Regards

Aleks