comparison xml/en/docs/http/ngx_http_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 0d6ac4838921
children 399d0e188195
comparison
equal deleted inserted replaced
1884:0b339643b08f 1885:6839c258c473
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="53"> 13 rev="54">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
38 38
39 39
40 <section id="directives" name="Directives"> 40 <section id="directives" name="Directives">
41 41
42 <directive name="proxy_bind"> 42 <directive name="proxy_bind">
43 <syntax><value>address</value> [transparent] | <literal>off</literal></syntax> 43 <syntax>
44 <value>address</value>
45 [<literal>transparent</literal>] |
46 <literal>off</literal></syntax>
44 <default/> 47 <default/>
45 <context>http</context> 48 <context>http</context>
46 <context>server</context> 49 <context>server</context>
47 <context>location</context> 50 <context>location</context>
48 <appeared-in>0.8.22</appeared-in> 51 <appeared-in>0.8.22</appeared-in>