comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1748:be371be7a5c8

Documented optional port for proxy_bind and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 20 Jun 2016 18:54:46 +0300
parents e07ce4ed4dcc
children 1d576e8d6ead
comparison
equal deleted inserted replaced
1747:27bbcdecd12c 1748:be371be7a5c8
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="47"> 13 rev="48">
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
47 <context>location</context> 47 <context>location</context>
48 <appeared-in>0.8.22</appeared-in> 48 <appeared-in>0.8.22</appeared-in>
49 49
50 <para> 50 <para>
51 Makes outgoing connections to a proxied server originate 51 Makes outgoing connections to a proxied server originate
52 from the specified local IP <value>address</value>. 52 from the specified local IP address with an optional port (1.11.2).
53 Parameter value can contain variables (1.3.12). 53 Parameter value can contain variables (1.3.12).
54 The special value <literal>off</literal> (1.3.12) cancels the effect 54 The special value <literal>off</literal> (1.3.12) cancels the effect
55 of the <literal>proxy_bind</literal> directive 55 of the <literal>proxy_bind</literal> directive
56 inherited from the previous configuration level, which allows the 56 inherited from the previous configuration level, which allows the
57 system to auto-assign the local IP address. 57 system to auto-assign the local IP address and port.
58 </para> 58 </para>
59 59
60 <para id="proxy_bind_transparent"> 60 <para id="proxy_bind_transparent">
61 The <literal>transparent</literal> parameter (1.11.0) allows 61 The <literal>transparent</literal> parameter (1.11.0) allows
62 outgoing connections to a proxied server originate 62 outgoing connections to a proxied server originate