Confused about proxy_buffer_size and proxy_buffers
Dave Cheney
dave at cheney.net
Wed Apr 30 09:42:12 MSD 2008
Thanks Igor I'll apply those settings now and let you know how it goes
[root at 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 at 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;
More information about the nginx
mailing list