# 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 -r a6e88e3718a7 -r 4e20e4f8f49b xml/en/docs/http/ngx_http_f4f_module.xml --- a/xml/en/docs/http/ngx_http_f4f_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/en/docs/http/ngx_http_f4f_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -78,8 +78,8 @@ 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 -r a6e88e3718a7 -r 4e20e4f8f49b xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -739,7 +739,7 @@ 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 -r a6e88e3718a7 -r 4e20e4f8f49b xml/en/docs/http/ngx_http_hls_module.xml --- a/xml/en/docs/http/ngx_http_hls_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/en/docs/http/ngx_http_hls_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -217,8 +217,8 @@ location -Sets the initial buffer size used to -process MP4 files. +Sets the initial size of the buffer used for +processing MP4 files. diff -r a6e88e3718a7 -r 4e20e4f8f49b xml/en/docs/http/ngx_http_mp4_module.xml --- a/xml/en/docs/http/ngx_http_mp4_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/en/docs/http/ngx_http_mp4_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -147,7 +147,8 @@ location -Sets the initial buffer size used for processing MP4 files. +Sets the initial size of the buffer used for +processing MP4 files. diff -r a6e88e3718a7 -r 4e20e4f8f49b xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -860,7 +860,7 @@ When 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 -r a6e88e3718a7 -r 4e20e4f8f49b xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -736,7 +736,7 @@ Если включена буферизация ответов -FastCGI-сервера, и ответ не вмещается целиком в буферы памяти, +FastCGI-сервера, и ответ не вмещается целиком в буферы, заданные директивами и , часть ответа может быть записана во временный файл. Эта директива задаёт максимальный размер временного файла. diff -r a6e88e3718a7 -r 4e20e4f8f49b xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Tue Apr 15 07:30:50 2014 +0000 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Fri Apr 11 11:11:51 2014 +0400 @@ -856,7 +856,7 @@ Если включена буферизация ответов -проксируемого сервера, и ответ не вмещается целиком в буферы памяти, +проксируемого сервера, и ответ не вмещается целиком в буферы, заданные директивами и , часть ответа может быть записана во временный файл. Эта директива задаёт максимальный размер временного файла.