comparison 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
comparison
equal deleted inserted replaced
1884:0b339643b08f 1885:6839c258c473
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_proxy_module" 9 <module name="Module ngx_stream_proxy_module"
10 link="/en/docs/stream/ngx_stream_proxy_module.html" 10 link="/en/docs/stream/ngx_stream_proxy_module.html"
11 lang="en" 11 lang="en"
12 rev="16"> 12 rev="17">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying 17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows proxying
55 55
56 56
57 <section id="directives" name="Directives"> 57 <section id="directives" name="Directives">
58 58
59 <directive name="proxy_bind"> 59 <directive name="proxy_bind">
60 <syntax><value>address</value> [transparent] | <literal>off</literal></syntax> 60 <syntax>
61 <value>address</value>
62 [<literal>transparent</literal>] |
63 <literal>off</literal></syntax>
61 <default/> 64 <default/>
62 <context>stream</context> 65 <context>stream</context>
63 <context>server</context> 66 <context>server</context>
64 <appeared-in>1.9.2</appeared-in> 67 <appeared-in>1.9.2</appeared-in>
65 68