diff xml/ru/docs/http/ngx_http_core_module.xml @ 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 695999bdd4a5
children 8b97ba73129b
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Sep 22 14:39:28 2015 -0700
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Wed Sep 23 14:40:16 2015 +0300
@@ -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 @@
 
 <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 @@
 <para>
 Задаёт <value>число</value> и <value>размер</value> буферов,
 используемых при чтении ответа с диска.
+<note>
+До версии 1.9.5 по умолчанию использовалось значение 1 32k.
+</note>
 </para>
 
 </directive>