comparison xml/en/docs/http/ngx_http_core_module.xml @ 1664:1a05fd32dca8

Documented the "aio_write" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 21 Mar 2016 17:29:58 +0300
parents 44c4323144c5
children 57b53a0818df
comparison
equal deleted inserted replaced
1663:552c06be2335 1664:1a05fd32dca8
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="52"> 13 rev="53">
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>
147 Multi-threaded sending of files is only supported on Linux. 147 Multi-threaded sending of files is only supported on Linux.
148 </para> 148 </para>
149 149
150 <para> 150 <para>
151 See also the <link id="sendfile"/> directive. 151 See also the <link id="sendfile"/> directive.
152 </para>
153
154 </directive>
155
156
157 <directive name="aio_write">
158 <syntax><literal>on</literal> | <literal>off</literal></syntax>
159 <default>off</default>
160 <context>http</context>
161 <context>server</context>
162 <context>location</context>
163 <appeared-in>1.9.13</appeared-in>
164
165 <para>
166 If <link id="aio"/> is enabled, specifies whether it is used for writing files.
167 Currently, works only when using
168 <literal>aio threads</literal>
169 and is used for writing temporary files with data received from proxied servers.
152 </para> 170 </para>
153 171
154 </directive> 172 </directive>
155 173
156 174