comparison xml/en/docs/http/ngx_http_fastcgi_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 ae6bdb65ca7f
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_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="34"> 13 rev="35">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
52 <context>location</context> 52 <context>location</context>
53 <appeared-in>0.8.22</appeared-in> 53 <appeared-in>0.8.22</appeared-in>
54 54
55 <para> 55 <para>
56 Makes outgoing connections to a FastCGI server originate 56 Makes outgoing connections to a FastCGI server originate
57 from the specified local IP <value>address</value>. 57 from the specified local IP address with an optional port (1.11.2).
58 Parameter value can contain variables (1.3.12). 58 Parameter value can contain variables (1.3.12).
59 The special value <literal>off</literal> (1.3.12) cancels the effect 59 The special value <literal>off</literal> (1.3.12) cancels the effect
60 of the <literal>fastcgi_bind</literal> directive 60 of the <literal>fastcgi_bind</literal> directive
61 inherited from the previous configuration level, which allows the 61 inherited from the previous configuration level, which allows the
62 system to auto-assign the local IP address. 62 system to auto-assign the local IP address and port.
63 </para> 63 </para>
64 64
65 <para id="fastcgi_bind_transparent"> 65 <para id="fastcgi_bind_transparent">
66 The <literal>transparent</literal> parameter (1.11.0) allows 66 The <literal>transparent</literal> parameter (1.11.0) allows
67 outgoing connections to a FastCGI server originate 67 outgoing connections to a FastCGI server originate