comparison xml/en/docs/stream/ngx_stream_core_module.xml @ 1782:363249d888e1

Documented the "proxy_protocol_timeout" directive in stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Sep 2016 18:54:58 +0300
parents 8df9ba4e56c6
children 59d1f512c3a0
comparison
equal deleted inserted replaced
1781:0aacc6cbc759 1782:363249d888e1
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="19"> 12 rev="20">
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
233 </para> 233 </para>
234 234
235 </directive> 235 </directive>
236 236
237 237
238 <directive name="proxy_protocol_timeout">
239 <syntax><value>timeout</value></syntax>
240 <default>30s</default>
241 <context>stream</context>
242 <context>server</context>
243 <appeared-in>1.11.4</appeared-in>
244
245 <para>
246 Specifies a <value>timeout</value> for
247 reading the PROXY protocol header to complete.
248 If no entire header is transmitted within this time,
249 the connection is closed.
250 </para>
251
252 </directive>
253
254
238 <directive name="resolver"> 255 <directive name="resolver">
239 <syntax> 256 <syntax>
240 <value>address</value> ... 257 <value>address</value> ...
241 [<literal>valid</literal>=<value>time</value>] 258 [<literal>valid</literal>=<value>time</value>]
242 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]</syntax> 259 [<literal>ipv6</literal>=<literal>on</literal>|<literal>off</literal>]</syntax>