# HG changeset patch # User Ruslan Ermilov # Date 1358332150 -14400 # Node ID ed29fd8be462a310696ab988898e6664cbf5a20c # Parent f46a132af5966963e9a999d3d4987c08682d6952 *_bind: variables support and inheritance. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -45,7 +45,7 @@ location / {
-address +address | off http server @@ -55,6 +55,11 @@ location / { Forces outgoing connections to a FastCGI server to originate from the specified local IP address. +Value of the parameter can contain variables (1.3.12). +The special value off (1.3.12) cancels the effect +of the fastcgi_bind directive +inherited from the previous configuration level, allowing the +system to auto-assign local address. diff --git a/xml/en/docs/http/ngx_http_memcached_module.xml b/xml/en/docs/http/ngx_http_memcached_module.xml --- a/xml/en/docs/http/ngx_http_memcached_module.xml +++ b/xml/en/docs/http/ngx_http_memcached_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -49,7 +49,7 @@ server {
-address +address | off http server @@ -59,6 +59,11 @@ server { Forces outgoing connections to a memcached server to originate from the specified local IP address. +Value of the parameter can contain variables (1.3.12). +The special value off (1.3.12) cancels the effect +of the memcached_bind directive +inherited from the previous configuration level, allowing the +system to auto-assign local address. diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="8">
@@ -40,7 +40,7 @@ location / {
-address +address | off http server @@ -50,6 +50,11 @@ location / { Forces outgoing connections to a proxied server to originate from the specified local IP address. +Value of the parameter can contain variables (1.3.12). +The special value off (1.3.12) cancels the effect +of the proxy_bind directive +inherited from the previous configuration level, allowing the +system to auto-assign local address. diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -45,7 +45,7 @@ location / {
-адрес +адрес | off http server @@ -55,6 +55,11 @@ location / { Задаёт локальный IP-адрес, который будет использоваться в исходящих соединениях с FastCGI-сервером. +В значении параметра допустимо использование переменных (1.3.12). +Специальное значение off (1.3.12) отменяет действие +унаследованной с предыдущего уровня конфигурации +директивы fastcgi_bind, позволяя системе +самостоятельно выбирать локальный адрес. diff --git a/xml/ru/docs/http/ngx_http_memcached_module.xml b/xml/ru/docs/http/ngx_http_memcached_module.xml --- a/xml/ru/docs/http/ngx_http_memcached_module.xml +++ b/xml/ru/docs/http/ngx_http_memcached_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -49,7 +49,7 @@ server {
-адрес +адрес | off http server @@ -59,6 +59,11 @@ server { Задаёт локальный IP-адрес, который будет использоваться в исходящих соединениях с сервером memcached. +В значении параметра допустимо использование переменных (1.3.12). +Специальное значение off (1.3.12) отменяет действие +унаследованной с предыдущего уровня конфигурации +директивы memcached_bind, позволяя системе +самостоятельно выбирать локальный адрес. diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="8">
@@ -40,8 +40,8 @@ location / {
-адрес - +адрес | off +off http server location @@ -50,6 +50,11 @@ location / { Задаёт локальный IP-адрес, который будет использоваться в исходящих соединениях с проксируемым сервером. +В значении параметра допустимо использование переменных (1.3.12). +Специальное значение off (1.3.12) отменяет действие +унаследованной с предыдущего уровня конфигурации +директивы proxy_bind, позволяя системе +самостоятельно выбирать локальный адрес.