comparison xml/ru/docs/http/ngx_http_core_module.xml @ 1024:e47971bf6619

Documented output_buffers directive.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 28 Nov 2013 13:46:45 +0400
parents 375055da60fa
children f7f23f5928ef
comparison
equal deleted inserted replaced
1023:375055da60fa 1024:e47971bf6619
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="24"> 13 rev="25">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
1811 --> 1811 -->
1812 1812
1813 </directive> 1813 </directive>
1814 1814
1815 1815
1816 <directive name="output_buffers">
1817 <syntax><value>number</value> <value>size</value></syntax>
1818 <default>1 32k</default>
1819 <context>http</context>
1820 <context>server</context>
1821 <context>location</context>
1822
1823 <para>
1824 Задаёт <value>число</value> и <value>размер</value> буферов,
1825 используемых при чтении ответа с диска.
1826 </para>
1827
1828 </directive>
1829
1830
1816 <directive name="port_in_redirect"> 1831 <directive name="port_in_redirect">
1817 <syntax><literal>on</literal> | <literal>off</literal></syntax> 1832 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1818 <default>on</default> 1833 <default>on</default>
1819 <context>http</context> 1834 <context>http</context>
1820 <context>server</context> 1835 <context>server</context>