comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 3029:27008cb3fb27

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 19 Dec 2023 12:58:01 +0000
parents a2708cf6ebdb
children 9eadb98ec770
comparison
equal deleted inserted replaced
3028:55f8ce8a8cb0 3029:27008cb3fb27
1347 as for the variables that start with the 1347 as for the variables that start with the
1348 “<link doc="ngx_http_core_module.xml" id="var_http_">$http_</link>” prefix. 1348 “<link doc="ngx_http_core_module.xml" id="var_http_">$http_</link>” prefix.
1349 Only the header fields from the response of the last server are saved. 1349 Only the header fields from the response of the last server are saved.
1350 </tag-desc> 1350 </tag-desc>
1351 1351
1352 <tag-name id="var_upstream_last_server_name"><var>$upstream_last_server_name</var></tag-name>
1353 <tag-desc>
1354 keeps the name of last selected upstream server (1.25.3);
1355 allows passing it
1356 <link doc="ngx_http_proxy_module.xml" id="proxy_ssl_server_name">through SNI</link>:
1357 <example>
1358 proxy_ssl_server_name on;
1359 proxy_ssl_name $upstream_last_server_name;
1360 </example>
1361
1362 <para>
1363 <note>
1364 This variable is available as part of our
1365 <commercial_version>commercial subscription</commercial_version>.
1366 </note>
1367 </para>
1368
1369 </tag-desc>
1370
1352 <tag-name id="var_upstream_queue_time"><var>$upstream_queue_time</var></tag-name> 1371 <tag-name id="var_upstream_queue_time"><var>$upstream_queue_time</var></tag-name>
1353 <tag-desc> 1372 <tag-desc>
1354 keeps time the request spent in the upstream <link id="queue">queue</link> 1373 keeps time the request spent in the upstream <link id="queue">queue</link>
1355 (1.13.9); 1374 (1.13.9);
1356 the time is kept in seconds with millisecond resolution. 1375 the time is kept in seconds with millisecond resolution.