comparison xml/en/docs/http/ngx_http_core_module.xml @ 1721:737c86e8b316

Clarified meaning of the $request_id variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jun 2016 12:25:16 +0300
parents 792478434bb1
children 5eb54b170c74
comparison
equal deleted inserted replaced
1720:b536cb3dbccf 1721:737c86e8b316
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="57"> 13 rev="58">
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>
3080 directives, and the request URI 3080 directives, and the request URI
3081 </tag-desc> 3081 </tag-desc>
3082 3082
3083 <tag-name id="var_request_id"><var>$request_id</var></tag-name> 3083 <tag-name id="var_request_id"><var>$request_id</var></tag-name>
3084 <tag-desc> 3084 <tag-desc>
3085 unique request identifier (1.11.0) 3085 unique request identifier
3086 generated from 16 random bytes, in hexadecimal (1.11.0)
3086 </tag-desc> 3087 </tag-desc>
3087 3088
3088 <tag-name id="var_request_length"><var>$request_length</var></tag-name> 3089 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
3089 <tag-desc> 3090 <tag-desc>
3090 request length (including request line, header, and request body) 3091 request length (including request line, header, and request body)