comparison xml/en/docs/stream/ngx_stream_proxy_module.xml @ 1514:eef30c3dc519

Documented the "proxy_protocol" directive for stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 16 Jun 2015 16:38:52 +0300
parents f90c2ea1729e
children 0d349b6211f5
comparison
equal deleted inserted replaced
1513:88d1a1d36c0c 1514:eef30c3dc519
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="6"> 12 rev="7">
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
171 </para> 171 </para>
172 172
173 </directive> 173 </directive>
174 174
175 175
176 <directive name="proxy_protocol">
177 <syntax><literal>on</literal> | <literal>off</literal></syntax>
178 <default>off</default>
179 <context>stream</context>
180 <context>server</context>
181 <appeared-in>1.9.2</appeared-in>
182
183 <para>
184 Enables the
185 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY
186 protocol</link> for connections to a proxied server.
187 </para>
188
189 </directive>
190
191
176 <directive name="proxy_ssl"> 192 <directive name="proxy_ssl">
177 <syntax><literal>on</literal> | <literal>off</literal></syntax> 193 <syntax><literal>on</literal> | <literal>off</literal></syntax>
178 <default>off</default> 194 <default>off</default>
179 <context>stream</context> 195 <context>stream</context>
180 <context>server</context> 196 <context>server</context>