diff xml/en/docs/http/ngx_http_proxy_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 e07ce4ed4dcc
children 1d576e8d6ead
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="47">
+        rev="48">
 
 <section id="summary">
 
@@ -49,12 +49,12 @@ location / {
 
 <para>
 Makes outgoing connections to a proxied 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>proxy_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="proxy_bind_transparent">