Can't seem to get the right buffer size set

mike mike503 at gmail.com
Tue Nov 25 22:25:49 MSK 2008


On Tue, Nov 25, 2008 at 2:20 AM, Maxim Dounin <mdounin at mdounin.ru> wrote:
> Hello!

>> I am sending only 512k POST with a few headers - definately under a megabyte.
>>
>> I also have these, not sure if it matters.
>>
>>         client_max_body_size 251m;
>>         client_header_buffer_size 8k;
>>         client_body_buffer_size 256k;
>
> So you have you client request body buffer set to 256k.
> Anything that don't fit will go to disk.

Ah! I was editing response the whole time!

So the client_body_buffer_size is the one I want it appears? I will
try that one (duh!)





More information about the nginx mailing list