diff xml/en/docs/http/ngx_http_uwsgi_module.xml @ 1748:be371be7a5c8

Documented optional port for proxy_bind and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 20 Jun 2016 18:54:46 +0300
parents ae6bdb65ca7f
children 1d576e8d6ead
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Tue Jul 05 19:18:26 2016 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Mon Jun 20 18:54:46 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -47,12 +47,12 @@
 
 <para>
 Makes outgoing connections to a uwsgi server originate
-from the specified local IP <value>address</value>.
+from the specified local IP address with an optional port (1.11.2).
 Parameter value can contain variables (1.3.12).
 The special value <literal>off</literal> (1.3.12) cancels the effect
 of the <literal>uwsgi_bind</literal> directive
 inherited from the previous configuration level, which allows the
-system to auto-assign the local IP address.
+system to auto-assign the local IP address and port.
 </para>
 
 <para id="uwsgi_bind_transparent">