comparison xml/ru/docs/http/ngx_http_upstream_module.xml @ 2113:180269c4a220

Documented the "upstream_trailer_" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Mar 2018 21:24:00 +0300
parents 27c53e1cb4b6
children 4cafd82e5007
comparison
equal deleted inserted replaced
2112:9f7e12cf974f 2113:180269c4a220
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_upstream_module" 10 <module name="Модуль ngx_http_upstream_module"
11 link="/ru/docs/http/ngx_http_upstream_module.html" 11 link="/ru/docs/http/ngx_http_upstream_module.html"
12 lang="ru" 12 lang="ru"
13 rev="67"> 13 rev="68">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_upstream_module</literal> 18 Модуль <literal>ngx_http_upstream_module</literal>
1166 <link id="var_upstream_addr">$upstream_addr</link>. 1166 <link id="var_upstream_addr">$upstream_addr</link>.
1167 Если сервер не может быть выбран, то 1167 Если сервер не может быть выбран, то
1168 переменная хранит статус <http-status code="502" text="Bad Gateway"/>. 1168 переменная хранит статус <http-status code="502" text="Bad Gateway"/>.
1169 </tag-desc> 1169 </tag-desc>
1170 1170
1171 <tag-name id="var_upstream_trailer_"><var>$upstream_trailer_</var><value>имя</value></tag-name>
1172 <tag-desc>
1173 хранит поля из конца ответа,
1174 полученного от сервера группы (1.13.10).
1175 </tag-desc>
1176
1171 </list> 1177 </list>
1172 </para> 1178 </para>
1173 1179
1174 </section> 1180 </section>
1175 1181