changeset 1692:4319f72f11f5

Documented the $request_id variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Apr 2016 14:24:04 +0300
parents 94a012d2f489
children c841e77fcc1d
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Apr 26 19:33:57 2016 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Thu Apr 28 14:24:04 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="54">
+        rev="55">
 
 <section id="directives" name="Directives">
 
@@ -3068,6 +3068,11 @@
 directives, and the request URI
 </tag-desc>
 
+<tag-name id="var_request_id"><var>$request_id</var></tag-name>
+<tag-desc>
+unique request identifier (1.11.0)
+</tag-desc>
+
 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
 <tag-desc>
 request length (including request line, header, and request body)
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Apr 26 19:33:57 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Thu Apr 28 14:24:04 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="54">
+        rev="55">
 
 <section id="directives" name="Директивы">
 
@@ -3065,6 +3065,11 @@
 <link id="root"/> или <link id="alias"/> и URI запроса
 </tag-desc>
 
+<tag-name id="var_request_id"><var>$request_id</var></tag-name>
+<tag-desc>
+уникальный идентификатор запроса (1.11.0)
+</tag-desc>
+
 <tag-name id="var_request_length"><var>$request_length</var></tag-name>
 <tag-desc>
 длина запроса (включая строку запроса, заголовок и тело запроса)