diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="92">
+        rev="93">
 
 <section id="directives" name="Directives">
 
@@ -450,10 +450,7 @@ error.
 <context>location</context>
 
 <para>
-Sets the maximum allowed size of the client request body,
-specified in the
-<header>Content-Length</header>
-request header field.
+Sets the maximum allowed size of the client request body.
 If the size in a request exceeds the configured value, the
 <http-status code="413" text="Request Entity Too Large"/>
 error is returned to the client.