comparison xml/en/docs/http/ngx_http_core_module.xml @ 1692:4319f72f11f5

Documented the $request_id variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Apr 2016 14:24:04 +0300
parents 57c3f36b3b6a
children 6c96a644b0b3
comparison
equal deleted inserted replaced
1691:94a012d2f489 1692:4319f72f11f5
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="54"> 13 rev="55">
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>
3066 file path for the current request, based on the 3066 file path for the current request, based on the
3067 <link id="root"/> or <link id="alias"/> 3067 <link id="root"/> or <link id="alias"/>
3068 directives, and the request URI 3068 directives, and the request URI
3069 </tag-desc> 3069 </tag-desc>
3070 3070
3071 <tag-name id="var_request_id"><var>$request_id</var></tag-name>
3072 <tag-desc>
3073 unique request identifier (1.11.0)
3074 </tag-desc>
3075
3071 <tag-name id="var_request_length"><var>$request_length</var></tag-name> 3076 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
3072 <tag-desc> 3077 <tag-desc>
3073 request length (including request line, header, and request body) 3078 request length (including request line, header, and request body)
3074 (1.3.12, 1.2.7) 3079 (1.3.12, 1.2.7)
3075 </tag-desc> 3080 </tag-desc>