# HG changeset patch # User Yaroslav Zhuravlev # Date 1473782098 -10800 # Node ID 363249d888e1ac38dcdc45803e12db4cbe6b4853 # Parent 0aacc6cbc759dd96ed4ad3851242889794a3e704 Documented the "proxy_protocol_timeout" directive in stream. diff -r 0aacc6cbc759 -r 363249d888e1 xml/en/docs/stream/ngx_stream_core_module.xml --- a/xml/en/docs/stream/ngx_stream_core_module.xml Tue Sep 13 18:46:47 2016 +0300 +++ b/xml/en/docs/stream/ngx_stream_core_module.xml Tue Sep 13 18:54:58 2016 +0300 @@ -9,7 +9,7 @@ + rev="20">
@@ -235,6 +235,23 @@ + +timeout +30s +stream +server +1.11.4 + + +Specifies a timeout for +reading the PROXY protocol header to complete. +If no entire header is transmitted within this time, +the connection is closed. + + + + + address ... diff -r 0aacc6cbc759 -r 363249d888e1 xml/ru/docs/stream/ngx_stream_core_module.xml --- a/xml/ru/docs/stream/ngx_stream_core_module.xml Tue Sep 13 18:46:47 2016 +0300 +++ b/xml/ru/docs/stream/ngx_stream_core_module.xml Tue Sep 13 18:54:58 2016 +0300 @@ -9,7 +9,7 @@ + rev="20">
@@ -241,6 +241,23 @@ + +время +30s +stream +server +1.11.4 + + +Задаёт время для +завершения операции чтения заголовка протокола PROXY. +Если по истечении этого времени заголовок полностью не получен, +соединение закрывается. + + + + + адрес ...