diff xml/en/docs/stream/ngx_stream_proxy_module.xml @ 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 2e0d07952c8f
children 8f1a568a8bbf
line wrap: on
line diff
--- 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>