changeset 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 47ad88faaa3f
children 24b1b0101250
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_memcached_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_memcached_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 6 files changed, 102 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -44,6 +44,22 @@
 
 <section id="directives" name="Directives">
 
+<directive name="fastcgi_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 FastCGI server to originate
+from the specified local IP <value>address</value>.
+</para>
+
+</directive>
+
+
 <directive name="fastcgi_buffer_size">
 <syntax><value>size</value></syntax>
 <default>4k|8k</default>
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_memcached_module"
         link="/en/docs/http/ngx_http_memcached_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -48,6 +48,22 @@
 
 <section id="directives" name="Directives">
 
+<directive name="memcached_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 memcached server to originate
+from the specified local IP <value>address</value>.
+</para>
+
+</directive>
+
+
 <directive name="memcached_buffer_size">
 <syntax><value>size</value></syntax>
 <default>4k|8k</default>
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -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 @@
 
 <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>
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -44,6 +44,22 @@
 
 <section id="directives" name="Директивы">
 
+<directive name="fastcgi_bind">
+<syntax><value>адрес</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>0.8.22</appeared-in>
+
+<para>
+Задаёт локальный IP-<value>адрес</value>, который будет использоваться в
+исходящих соединениях с FastCGI-сервером.
+</para>
+
+</directive>
+
+
 <directive name="fastcgi_buffer_size">
 <syntax><value>размер</value></syntax>
 <default>4k|8k</default>
--- a/xml/ru/docs/http/ngx_http_memcached_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_memcached_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_memcached_module"
         link="/ru/docs/http/ngx_http_memcached_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -48,6 +48,22 @@
 
 <section id="directives" name="Директивы">
 
+<directive name="memcached_bind">
+<syntax><value>адрес</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>0.8.22</appeared-in>
+
+<para>
+Задаёт локальный IP-<value>адрес</value>, который будет использоваться в
+исходящих соединениях с сервером memcached.
+</para>
+
+</directive>
+
+
 <directive name="memcached_buffer_size">
 <syntax><value>размер</value></syntax>
 <default>4k|8k</default>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Thu Nov 22 12:41:16 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Fri Nov 23 07:35:21 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -39,6 +39,22 @@
 
 <section id="directives" name="Директивы">
 
+<directive name="proxy_bind">
+<syntax><value>адрес</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>0.8.22</appeared-in>
+
+<para>
+Задаёт локальный IP-<value>адрес</value>, который будет использоваться в
+исходящих соединениях с проксируемым сервером.
+</para>
+
+</directive>
+
+
 <directive name="proxy_buffer_size">
 <syntax><value>размер</value></syntax>
 <default>4k|8k</default>