Saturday, 31 August 2013

Nginx - size of request_body variable

Nginx - size of request_body variable

What is the size of nginx $request_body? Can I modify it?
Specifically, can it be tuned with client_body_buffer_size and is this a
good idea (think 100 request/s in peak, but usually smaller...)? I set it
to 256k but it did not work (500).
The intention is to pass it down to uwsgi application.

No comments:

Post a Comment