Stream: increase default value for proxy_protocol_timeout to 30s.
This commit is contained in:
parent
791bd716af
commit
2c66228385
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ ngx_stream_core_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
|
|||
}
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue