# HG changeset patch # User Ruslan Ermilov # Date 1397200311 -14400 # Node ID 4e20e4f8f49b89933e4592a9d7dfeace0428b31d # Parent a6e88e3718a763a9c90b12fa899013820986f197 Finished truncation of "memory buffers" to just "buffers". While here, fixed fallouts from 65bc9d1ec234. diff --git a/xml/en/docs/http/ngx_http_f4f_module.xml b/xml/en/docs/http/ngx_http_f4f_module.xml --- a/xml/en/docs/http/ngx_http_f4f_module.xml +++ b/xml/en/docs/http/ngx_http_f4f_module.xml @@ -78,8 +78,8 @@ Turns on module processing in the surrou location -Sets the size of a memory buffer used for reading the .f4x index -file. +Sets the size of the buffer used for +reading the .f4x index file. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -739,7 +739,7 @@ connections to FastCGI servers to functi When buffering of responses from the FastCGI -server is enabled, and the whole response does not fit into the memory buffers +server is enabled, and the whole response does not fit into the buffers set by the and directives, a part of the response can be saved to a temporary file. This directive sets the maximum size of the temporary file. diff --git a/xml/en/docs/http/ngx_http_hls_module.xml b/xml/en/docs/http/ngx_http_hls_module.xml --- a/xml/en/docs/http/ngx_http_hls_module.xml +++ b/xml/en/docs/http/ngx_http_hls_module.xml @@ -217,8 +217,8 @@ Defines the default fragment length for location -Sets the initial buffer size used to -process MP4 files. +Sets the initial size of the buffer used for +processing MP4 files. diff --git a/xml/en/docs/http/ngx_http_mp4_module.xml b/xml/en/docs/http/ngx_http_mp4_module.xml --- a/xml/en/docs/http/ngx_http_mp4_module.xml +++ b/xml/en/docs/http/ngx_http_mp4_module.xml @@ -147,7 +147,8 @@ Turns on module processing in a surround location -Sets the initial buffer size used for processing MP4 files. +Sets the initial size of the buffer used for +processing MP4 files. diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -860,7 +860,7 @@ with the buffering of responses from the proxied -server is enabled, and the whole response does not fit into the memory buffers +server is enabled, and the whole response does not fit into the buffers set by the and directives, a part of the response can be saved to a temporary file. This directive sets the maximum size of the temporary file. diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml @@ -736,7 +736,7 @@ FastCGI-серверу оставлять соединения открытыми. Если включена буферизация ответов -FastCGI-сервера, и ответ не вмещается целиком в буферы памяти, +FastCGI-сервера, и ответ не вмещается целиком в буферы, заданные директивами и , часть ответа может быть записана во временный файл. Эта директива задаёт максимальный размер временного файла. diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -856,7 +856,7 @@ nginx не передаёт клиенту поля заголовка
Date
, Если включена буферизация ответов -проксируемого сервера, и ответ не вмещается целиком в буферы памяти, +проксируемого сервера, и ответ не вмещается целиком в буферы, заданные директивами и , часть ответа может быть записана во временный файл. Эта директива задаёт максимальный размер временного файла.