changeset 1576:7f97ab081d24

Changed default value in the output_buffers directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 23 Sep 2015 14:40:16 +0300
parents 9f645014f4a7
children 37be36b01d28
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
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="47">
+        rev="48">
 
 <section id="directives" name="Directives">
 
@@ -1876,7 +1876,7 @@ are checked only once, and then updated 
 
 <directive name="output_buffers">
 <syntax><value>number</value> <value>size</value></syntax>
-<default>1 32k</default>
+<default>2 32k</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -1884,6 +1884,9 @@ are checked only once, and then updated 
 <para>
 Sets the <value>number</value> and <value>size</value> of the
 buffers used for reading a response from a disk.
+<note>
+Prior to version 1.9.5, the default value was 1 32k.
+</note>
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="47">
+        rev="48">
 
 <section id="directives" name="Директивы">
 
@@ -1875,7 +1875,7 @@ open_file_cache_events   on;
 
 <directive name="output_buffers">
 <syntax><value>number</value> <value>size</value></syntax>
-<default>1 32k</default>
+<default>2 32k</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -1883,6 +1883,9 @@ open_file_cache_events   on;
 <para>
 Задаёт <value>число</value> и <value>размер</value> буферов,
 используемых при чтении ответа с диска.
+<note>
+До версии 1.9.5 по умолчанию использовалось значение 1 32k.
+</note>
 </para>
 
 </directive>