diff xml/en/docs/http/ngx_http_proxy_module.xml @ 772:ce121bf644f5

Documented "bind" directive in memcached, fastcgi and proxy modules.
author Vladimir Homutov <vl@nginx.com>
date Fri, 23 Nov 2012 07:35:21 +0000
parents 764fbac1b8b4
children 24b1b0101250
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="1">
+        rev="2">
 
 <section id="summary">
 
@@ -39,6 +39,22 @@ location / {
 
 <section id="directives" name="Directives">
 
+<directive name="proxy_bind">
+<syntax><value>address</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>0.8.22</appeared-in>
+
+<para>
+Forces outgoing connections to a proxied server to originate
+from the specified local IP <value>address</value>.
+</para>
+
+</directive>
+
+
 <directive name="proxy_buffer_size">
 <syntax><value>size</value></syntax>
 <default>4k|8k</default>