comparison xml/en/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
comparison
equal deleted inserted replaced
1575:9f645014f4a7 1576:7f97ab081d24
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="47"> 13 rev="48">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1874 </directive> 1874 </directive>
1875 1875
1876 1876
1877 <directive name="output_buffers"> 1877 <directive name="output_buffers">
1878 <syntax><value>number</value> <value>size</value></syntax> 1878 <syntax><value>number</value> <value>size</value></syntax>
1879 <default>1 32k</default> 1879 <default>2 32k</default>
1880 <context>http</context> 1880 <context>http</context>
1881 <context>server</context> 1881 <context>server</context>
1882 <context>location</context> 1882 <context>location</context>
1883 1883
1884 <para> 1884 <para>
1885 Sets the <value>number</value> and <value>size</value> of the 1885 Sets the <value>number</value> and <value>size</value> of the
1886 buffers used for reading a response from a disk. 1886 buffers used for reading a response from a disk.
1887 <note>
1888 Prior to version 1.9.5, the default value was 1 32k.
1889 </note>
1887 </para> 1890 </para>
1888 1891
1889 </directive> 1892 </directive>
1890 1893
1891 1894