4 messages in ru.sysoev.nginxRe: Confused about proxy_buffer_size ...
FromSent OnAttachments
Dave CheneyApr 29, 2008 6:14 pm 
Igor SysoevApr 29, 2008 10:14 pm 
Kiril AngovApr 29, 2008 10:33 pm 
Dave CheneyApr 29, 2008 10:41 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: Confused about proxy_buffer_size and proxy_buffersActions...
From:Dave Cheney (dave@public.gmane.org)
Date:Apr 29, 2008 10:41:49 pm
List:ru.sysoev.nginx

Thanks Igor I'll apply those settings now and let you know how it goes

[root@xserve1 nginx]# grep buffer proxy.conf proxy_buffering on; proxy_buffer_size 16k; proxy_buffers 32 16k; client_body_buffer_size 128k; proxy_busy_buffers_size 64k; [root@xserve1 nginx]# nginx -t 2008/04/30 15:41:34 [info] 66631#0: the configuration file /opt/local/ etc/nginx/nginx.conf syntax is ok 2008/04/30 15:41:34 [info] 66631#0: the configuration file /opt/local/ etc/nginx/nginx.conf was tested successfully

Cheers

Dave

On 30/04/2008, at 3:15 PM, Igor Sysoev wrote:

No, these buffers should be enough. Are you sure that nginx was successfully reconfigured ? Is nginx -t OK ?

Could you create debug log of the sinlge connection ?

BTW I think that proxy_buffer_size 16k; proxy_buffers 32 16k;