Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1175 closed defect (invalid)

Confirmation of client_body_buffer_size specification

Reported by: ikuo-shimura.kccs.co.jp@… Owned by:
Priority: minor Milestone: 1.11
Component: documentation Version: 1.5.x
Keywords: client_body_buffer_size Cc:
uname -a: Linux acproxy003 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.5.12
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
configure arguments: --prefix=/usr/local/nginx-1.5.12_patch --user=nginx --group=nginx --http-client-body-temp-path=/usr/local/nginx-1.5.12_patch/tmp/client_body_temp --http-proxy-temp-path=/usr/local/nginx-1.5.12_patch/tmp/proxy_temp --without-http_uwsgi_module --without-http_scgi_module --without-http_browser_module --with-pcre=/usr/local/pcre --with-zlib=/usr/local/zlib --with-http_realip_module --with-http_sub_module --with-http_gzip_static_module --with-http_gunzip_module --with-http_stub_status_module --with-http_perl_module --conf-path=/usr/local/nginx-1.5.12_patch/conf/nginx.conf --error-log-path=/var/log/middle/nginx/error_log/error.log --http-log-path=/var/log/middle/nginx/access_log/access.log --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/lock/subsys/nginx.lock

Description

Hi

I want to know the specification of client_body_buffer_size.

I know that this parameter is buffer size for reading client request body.

Is this parameter a setting value for one request or a total value of requests processed by the server?

Change History (2)

comment:1 by Maxim Dounin, 7 years ago

Resolution: invalid
Status: newclosed

This directive sets buffer size for reading client request body, see docs. Each request can have a request body, so a buffer of the size given can be allocated for each request.

Please note that Trac is not for questions, it is to track bugs. Please use mailing list for questions instead.

comment:2 by ikuo-shimura.kccs.co.jp@…, 7 years ago

Thanks for reply,
I understood how to use Trac.

Note: See TracTickets for help on using tickets.