changeset 1885:6839c258c473

Added <literal> tag to proxy bind transparent.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2016 22:30:01 +0300
parents 0b339643b08f
children 6299f9cabfe4
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/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml xml/en/docs/stream/ngx_stream_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 xml/ru/docs/http/ngx_http_scgi_module.xml xml/ru/docs/http/ngx_http_uwsgi_module.xml xml/ru/docs/stream/ngx_stream_proxy_module.xml
diffstat 12 files changed, 60 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="39">
+        rev="40">
 
 <section id="summary">
 
@@ -45,7 +45,10 @@
 <section id="directives" name="Directives">
 
 <directive name="fastcgi_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_memcached_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_memcached_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_memcached_module"
         link="/en/docs/http/ngx_http_memcached_module.html"
         lang="en"
-        rev="14">
+        rev="15">
 
 <section id="summary">
 
@@ -49,7 +49,10 @@
 <section id="directives" name="Directives">
 
 <directive name="memcached_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [ <literal>transparent </literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="53">
+        rev="54">
 
 <section id="summary">
 
@@ -40,7 +40,10 @@
 <section id="directives" name="Directives">
 
 <directive name="proxy_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -39,7 +39,10 @@
 <section id="directives" name="Directives">
 
 <directive name="scgi_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Tue Oct 25 22:30:01 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="31">
+        rev="32">
 
 <section id="summary">
 
@@ -39,7 +39,10 @@
 <section id="directives" name="Directives">
 
 <directive name="uwsgi_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/en/docs/stream/ngx_stream_proxy_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_proxy_module"
         link="/en/docs/stream/ngx_stream_proxy_module.html"
         lang="en"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -57,7 +57,10 @@
 <section id="directives" name="Directives">
 
 <directive name="proxy_bind">
-<syntax><value>address</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>stream</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_fastcgi_module"
         link="/ru/docs/http/ngx_http_fastcgi_module.html"
         lang="ru"
-        rev="39">
+        rev="40">
 
 <section id="summary">
 
@@ -45,7 +45,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="fastcgi_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>адрес</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_memcached_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_memcached_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_memcached_module"
         link="/ru/docs/http/ngx_http_memcached_module.html"
         lang="ru"
-        rev="14">
+        rev="15">
 
 <section id="summary">
 
@@ -49,7 +49,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="memcached_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>адрес</value>
+    [ <literal>transparent </literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="53">
+        rev="54">
 
 <section id="summary">
 
@@ -40,7 +40,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="proxy_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>адрес</value>
+    [<literal>transparent</literal><literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_scgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_scgi_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_scgi_module"
         link="/ru/docs/http/ngx_http_scgi_module.html"
         lang="ru"
-        rev="28">
+        rev="29">
 
 <section id="summary">
 
@@ -39,7 +39,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="scgi_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>адрес</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="31">
+        rev="32">
 
 <section id="summary">
 
@@ -39,7 +39,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="uwsgi_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>адрес</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>http</context>
 <context>server</context>
--- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Tue Dec 27 19:34:56 2016 +0300
+++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Tue Oct 25 22:30:01 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_proxy_module"
         link="/ru/docs/stream/ngx_stream_proxy_module.html"
         lang="ru"
-        rev="16">
+        rev="17">
 
 <section id="summary">
 
@@ -57,7 +57,10 @@
 <section id="directives" name="Директивы">
 
 <directive name="proxy_bind">
-<syntax><value>адрес</value> [transparent] | <literal>off</literal></syntax>
+<syntax>
+    <value>address</value>
+    [<literal>transparent</literal>] |
+    <literal>off</literal></syntax>
 <default/>
 <context>stream</context>
 <context>server</context>