# HG changeset patch # User Yaroslav Zhuravlev # Date 1443008416 -10800 # Node ID 7f97ab081d2498ffe50770c36c9fe0177344ae4e # Parent 9f645014f4a7eaa7ab28858f09bd82d13ed0094f Changed default value in the output_buffers directive. diff -r 9f645014f4a7 -r 7f97ab081d24 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Sep 22 14:39:28 2015 -0700 +++ b/xml/en/docs/http/ngx_http_core_module.xml Wed Sep 23 14:40:16 2015 +0300 @@ -10,7 +10,7 @@ + rev="48">
@@ -1876,7 +1876,7 @@ number size -1 32k +2 32k http server location @@ -1884,6 +1884,9 @@ 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 -r 9f645014f4a7 -r 7f97ab081d24 xml/ru/docs/http/ngx_http_core_module.xml --- 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 @@ + rev="48">
@@ -1875,7 +1875,7 @@ number size -1 32k +2 32k http server location @@ -1883,6 +1883,9 @@ Задаёт число и размер буферов, используемых при чтении ответа с диска. + +До версии 1.9.5 по умолчанию использовалось значение 1 32k. +