comparison xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1622:c4c1dddfedac

Unified *_pass address descriptions.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 17:42:48 +0300
parents 08498db38e58
children 48615cf80e20
comparison
equal deleted inserted replaced
1621:54fa47139017 1622:c4c1dddfedac
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="11"> 12 rev="12">
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 passing 17 The <literal>ngx_stream_proxy_module</literal> module (1.9.0) allows passing
173 <context>server</context> 173 <context>server</context>
174 174
175 <para> 175 <para>
176 Sets the address of a proxied server. 176 Sets the address of a proxied server.
177 The address can be specified as a domain name or IP address, 177 The address can be specified as a domain name or IP address,
178 and an obligatory port: 178 and a port:
179 <example> 179 <example>
180 proxy_pass localhost:12345; 180 proxy_pass localhost:12345;
181 </example> 181 </example>
182 or as a UNIX-domain socket path: 182 or as a UNIX-domain socket path:
183 <example> 183 <example>