diff xml/en/docs/stream/ngx_stream_upstream_module.xml @ 2058:eb58ee50561d

Documented upstream name in $upstream_addr.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 10 Oct 2017 15:34:03 +0300
parents 6b6d0e844bf7
children 27c53e1cb4b6
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_upstream_module.xml
+++ b/xml/en/docs/stream/ngx_stream_upstream_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_upstream_module"
         link="/en/docs/stream/ngx_stream_upstream_module.html"
         lang="en"
-        rev="25">
+        rev="26">
 
 <section id="summary">
 
@@ -509,6 +509,8 @@ or the path to the UNIX-domain socket of
 If several servers were contacted during proxying,
 their addresses are separated by commas, e.g.
 “<literal>192.168.1.1:12345, 192.168.1.2:12345, unix:/tmp/sock</literal>”.
+If a server cannot be selected,
+the variable keeps the name of the server group.
 </tag-desc>
 
 <tag-name id="var_upstream_bytes_sent"><var>$upstream_bytes_sent</var></tag-name>