comparison xml/ru/docs/http/ngx_http_core_module.xml @ 2707:c1d62e514b3c

Documented the $connection_time variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Apr 2021 15:06:28 +0100
parents 4f44386a16b1
children 00afc7c4d4df
comparison
equal deleted inserted replaced
2706:4f44386a16b1 2707:c1d62e514b3c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_core_module" 10 <module name="Модуль ngx_http_core_module"
11 link="/ru/docs/http/ngx_http_core_module.html" 11 link="/ru/docs/http/ngx_http_core_module.html"
12 lang="ru" 12 lang="ru"
13 rev="95"> 13 rev="96">
14 14
15 <section id="directives" name="Директивы"> 15 <section id="directives" name="Директивы">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
3069 <tag-name id="var_connection_requests"><var>$connection_requests</var></tag-name> 3069 <tag-name id="var_connection_requests"><var>$connection_requests</var></tag-name>
3070 <tag-desc> 3070 <tag-desc>
3071 текущее число запросов в соединении (1.3.8, 1.2.5) 3071 текущее число запросов в соединении (1.3.8, 1.2.5)
3072 </tag-desc> 3072 </tag-desc>
3073 3073
3074 <tag-name id="var_connection_time"><var>$connection_time</var></tag-name>
3075 <tag-desc>
3076 время соединения в секундах с точностью до миллисекунд (1.19.10)
3077 </tag-desc>
3078
3074 <tag-name id="var_content_length"><var>$content_length</var></tag-name> 3079 <tag-name id="var_content_length"><var>$content_length</var></tag-name>
3075 <tag-desc> 3080 <tag-desc>
3076 поле <header>Content-Length</header> заголовка запроса 3081 поле <header>Content-Length</header> заголовка запроса
3077 </tag-desc> 3082 </tag-desc>
3078 3083