comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 3093:a52c1f1493bf

Removed $upstream_queue_time, missed in 3043:9eadb98ec770.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 12 Aug 2024 07:46:44 +0300
parents ca4c8ac67c0e
children
comparison
equal deleted inserted replaced
3092:ca4c8ac67c0e 3093:a52c1f1493bf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="91"> 13 rev="92">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
635 as for the variables that start with the 635 as for the variables that start with the
636 “<link doc="ngx_http_core_module.xml" id="var_http_">$http_</link>” prefix. 636 “<link doc="ngx_http_core_module.xml" id="var_http_">$http_</link>” prefix.
637 Only the header fields from the response of the last server are saved. 637 Only the header fields from the response of the last server are saved.
638 </tag-desc> 638 </tag-desc>
639 639
640 <tag-name id="var_upstream_queue_time"><var>$upstream_queue_time</var></tag-name>
641 <tag-desc>
642 keeps time the request spent in the upstream <link id="queue">queue</link>
643 (1.13.9);
644 the time is kept in seconds with millisecond resolution.
645 Times of several responses
646 are separated by commas and colons like addresses in the
647 <link id="var_upstream_addr">$upstream_addr</link> variable.
648 </tag-desc>
649
650 <tag-name id="var_upstream_response_length"><var>$upstream_response_length</var> 640 <tag-name id="var_upstream_response_length"><var>$upstream_response_length</var>
651 </tag-name> 641 </tag-name>
652 <tag-desc> 642 <tag-desc>
653 keeps the length of the response obtained from the upstream server (0.7.27); 643 keeps the length of the response obtained from the upstream server (0.7.27);
654 the length is kept in bytes. 644 the length is kept in bytes.