comparison xml/en/docs/http/ngx_http_core_module.xml @ 1732:5eb54b170c74

Clarified cases when $request_body is not empty.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 15 Jun 2016 14:32:43 +0300
parents 737c86e8b316
children a7974b8d2a23
comparison
equal deleted inserted replaced
1731:ae6bdb65ca7f 1732:5eb54b170c74
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="58"> 13 rev="59">
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>
3039 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>, 3039 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
3040 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>, 3040 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
3041 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>, 3041 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
3042 and 3042 and
3043 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/> 3043 <link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>
3044 directives. 3044 directives when the request body was read to
3045 a <link id="client_body_buffer_size">memory buffer</link>.
3045 </para> 3046 </para>
3046 </tag-desc> 3047 </tag-desc>
3047 3048
3048 <tag-name id="var_request_body_file"><var>$request_body_file</var></tag-name> 3049 <tag-name id="var_request_body_file"><var>$request_body_file</var></tag-name>
3049 <tag-desc> 3050 <tag-desc>