diff xml/en/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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="67">
+        rev="68">
 
 <section id="summary">
 
@@ -1161,6 +1161,12 @@ If a server cannot be selected,
 the variable keeps the <http-status code="502" text="Bad Gateway"/> status code.
 </tag-desc>
 
+<tag-name id="var_upstream_trailer_"><var>$upstream_trailer_</var><value>name</value></tag-name>
+<tag-desc>
+keeps fields from the end of the response
+obtained from the upstream server (1.13.10).
+</tag-desc>
+
 </list>
 </para>