[nginx] Stream: increase default value for proxy_protocol_timeout to 30s.

Dmitry Volyntsev xeioex at nginx.com
Thu Sep 8 12:51:41 UTC 2016


details:   http://hg.nginx.org/nginx/rev/4a16fceea03b
branches:  
changeset: 6685:4a16fceea03b
user:      Dmitry Volyntsev <xeioex at nginx.com>
date:      Thu Sep 08 15:51:36 2016 +0300
description:
Stream: increase default value for proxy_protocol_timeout to 30s.

diffstat:

 src/stream/ngx_stream_core_module.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9cac11efb205 -r 4a16fceea03b src/stream/ngx_stream_core_module.c
--- a/src/stream/ngx_stream_core_module.c	Thu Sep 01 14:45:33 2016 +0300
+++ b/src/stream/ngx_stream_core_module.c	Thu Sep 08 15:51:36 2016 +0300
@@ -249,7 +249,7 @@ ngx_stream_core_merge_srv_conf(ngx_conf_
     }
 
     ngx_conf_merge_msec_value(conf->proxy_protocol_timeout,
-                              prev->proxy_protocol_timeout, 5000);
+                              prev->proxy_protocol_timeout, 30000);
 
     ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1);
 



More information about the nginx-devel mailing list