comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 2125:b19d5d47c16c

Documented ver.2 of the PROXY protocol.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Mar 2018 22:21:53 +0300
parents 351cefd5ff9c
children 962e1adfa032
comparison
equal deleted inserted replaced
2124:2de0fcd46928 2125:b19d5d47c16c
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_core_module" 9 <module name="Module ngx_stream_core_module"
10 link="/en/docs/stream/ngx_stream_core_module.html" 10 link="/en/docs/stream/ngx_stream_core_module.html"
11 lang="en" 11 lang="en"
12 rev="23"> 12 rev="24">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_core_module</literal> module 17 The <literal>ngx_stream_core_module</literal> module
130 <para id="proxy_protocol"> 130 <para id="proxy_protocol">
131 The <literal>proxy_protocol</literal> parameter (1.11.4) 131 The <literal>proxy_protocol</literal> parameter (1.11.4)
132 allows specifying that all connections accepted on this port should use the 132 allows specifying that all connections accepted on this port should use the
133 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY 133 <link url="http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt">PROXY
134 protocol</link>. 134 protocol</link>.
135 <note>
136 The PROXY protocol version 2 is supported since version 1.13.11.
137 </note>
135 </para> 138 </para>
136 139
137 <para> 140 <para>
138 The <literal>listen</literal> directive 141 The <literal>listen</literal> directive
139 can have several additional parameters specific to socket-related system calls. 142 can have several additional parameters specific to socket-related system calls.