diff xml/en/docs/http/ngx_http_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 29b68a7b42fc
children 7275c134ec67
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml	Wed Oct 11 15:11:21 2017 +0300
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Tue Oct 10 15:34:03 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_upstream_module"
         link="/en/docs/http/ngx_http_upstream_module.html"
         lang="en"
-        rev="62">
+        rev="63">
 
 <section id="summary">
 
@@ -1049,6 +1049,8 @@
 <link doc="ngx_http_core_module.xml" id="error_page"/>,
 then the server addresses from different groups are separated by colons, e.g.
 “<literal>192.168.1.1:80, 192.168.1.2:80, unix:/tmp/sock : 192.168.10.1:80, 192.168.10.2:80</literal>”.
+If a server cannot be selected,
+the variable keeps the name of the server group.
 </tag-desc>
 
 <tag-name id="var_upstream_bytes_received"><var>$upstream_bytes_received</var></tag-name>