# HG changeset patch # User Sergey Kandaurov # Date 1614184488 -10800 # Node ID 679fb7712ab4f120c64e69dbe58ce73c85cceae3 # Parent 6e5ef4a0707fe64853a046c1133e4f222d4b7b89 Updated client_max_body_size for chunked encoding and HTTP/2. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="93">
@@ -450,10 +450,7 @@ error. location -Sets the maximum allowed size of the client request body, -specified in the -
Content-Length
-request header field. +Sets the maximum allowed size of the client request body. If the size in a request exceeds the configured value, the error is returned to the client. diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="93">
@@ -445,10 +445,7 @@ client_body_temp_path /spool/nginx/clien location -Задаёт максимально допустимый размер тела запроса клиента, -указываемый в поле -
Content-Length
-заголовка запроса. +Задаёт максимально допустимый размер тела запроса клиента. Если размер больше заданного, то клиенту возвращается ошибка . Следует иметь в виду, что