2 messages in ru.sysoev.nginxRe: question about large_client_heade...
FromSent OnAttachments
Peter WangOct 21, 2008 10:24 am 
Igor SysoevOct 21, 2008 10:39 am 
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: question about large_client_header_buffers.Actions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Oct 21, 2008 10:39:44 am
List:ru.sysoev.nginx

On Wed, Oct 22, 2008 at 01:24:28AM +0800, Peter Wang wrote:

syntax: large_client_header_buffers number size default: large_client_header_buffers 4 4k/8k

I'm confused by the explanation about it.

What's the meaning of `number', does it mean that the whole header of request is not allowed exceeds number * size? thanks.

Yes, the whole header can not exceeds number * size.

nginx allocates up to specified number of large blocks per connection. Small header can fit in smaller client_header_buffer_size.