comparison xml/en/docs/http/ngx_http_scgi_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_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="23"> 13 rev="24">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
45 <context>server</context> 45 <context>server</context>
46 <context>location</context> 46 <context>location</context>
47 47
48 <para> 48 <para>
49 Makes outgoing connections to an SCGI server originate 49 Makes outgoing connections to an SCGI server originate
50 from the specified local IP <value>address</value>. 50 from the specified local IP address with an optional port (1.11.2).
51 Parameter value can contain variables (1.3.12). 51 Parameter value can contain variables (1.3.12).
52 The special value <literal>off</literal> (1.3.12) cancels the effect 52 The special value <literal>off</literal> (1.3.12) cancels the effect
53 of the <literal>scgi_bind</literal> directive 53 of the <literal>scgi_bind</literal> directive
54 inherited from the previous configuration level, which allows the 54 inherited from the previous configuration level, which allows the
55 system to auto-assign the local IP address. 55 system to auto-assign the local IP address and port.
56 </para> 56 </para>
57 57
58 <para id="scgi_bind_transparent"> 58 <para id="scgi_bind_transparent">
59 The <literal>transparent</literal> parameter (1.11.0) allows 59 The <literal>transparent</literal> parameter (1.11.0) allows
60 outgoing connections to an SCGI server originate 60 outgoing connections to an SCGI server originate