# HG changeset patch # User Yaroslav Zhuravlev # Date 1443008416 -10800 # Node ID 7f97ab081d2498ffe50770c36c9fe0177344ae4e # Parent 9f645014f4a7eaa7ab28858f09bd82d13ed0094f Changed default value in the output_buffers directive. 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="48">
@@ -1876,7 +1876,7 @@ are checked only once, and then updated number size -1 32k +2 32k http server location @@ -1884,6 +1884,9 @@ are checked only once, and then updated Sets the number and size of the buffers used for reading a response from a disk. + +Prior to version 1.9.5, the default value was 1 32k. + 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="48">
@@ -1875,7 +1875,7 @@ open_file_cache_events on; number size -1 32k +2 32k http server location @@ -1883,6 +1883,9 @@ open_file_cache_events on; Задаёт число и размер буферов, используемых при чтении ответа с диска. + +До версии 1.9.5 по умолчанию использовалось значение 1 32k. +