comparison xml/en/docs/http/ngx_http_core_module.xml @ 2657:679fb7712ab4

Updated client_max_body_size for chunked encoding and HTTP/2.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 24 Feb 2021 19:34:48 +0300
parents eeed494bba51
children 06805824d0f0
comparison
equal deleted inserted replaced
2656:6e5ef4a0707f 2657:679fb7712ab4
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="92"> 13 rev="93">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
448 <context>http</context> 448 <context>http</context>
449 <context>server</context> 449 <context>server</context>
450 <context>location</context> 450 <context>location</context>
451 451
452 <para> 452 <para>
453 Sets the maximum allowed size of the client request body, 453 Sets the maximum allowed size of the client request body.
454 specified in the
455 <header>Content-Length</header>
456 request header field.
457 If the size in a request exceeds the configured value, the 454 If the size in a request exceeds the configured value, the
458 <http-status code="413" text="Request Entity Too Large"/> 455 <http-status code="413" text="Request Entity Too Large"/>
459 error is returned to the client. 456 error is returned to the client.
460 Please be aware that 457 Please be aware that
461 <!--link doc="/web/upload.xml"-->browsers cannot correctly display 458 <!--link doc="/web/upload.xml"-->browsers cannot correctly display