# HG changeset patch # User Yaroslav Zhuravlev # Date 1618322773 -3600 # Node ID 4f44386a16b172ffe313d9c0ce2915228eac416c # Parent 06805824d0f03741800389134fc22b571dd2749d Changed default value of keepalive_requests. diff -r 06805824d0f0 -r 4f44386a16b1 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 13 15:05:16 2021 +0100 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Apr 13 15:06:13 2021 +0100 @@ -10,7 +10,7 @@ + rev="95">
@@ -928,7 +928,7 @@ number -100 +1000 http server location @@ -947,6 +947,12 @@ could result in excessive memory usage and not recommended. + + +Prior to version 1.19.10, the default value was 100. + + + diff -r 06805824d0f0 -r 4f44386a16b1 xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:05:16 2021 +0100 +++ b/xml/en/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:06:13 2021 +0100 @@ -10,7 +10,7 @@ + rev="87">
@@ -639,7 +639,7 @@ number -100 +1000 upstream 1.15.3 @@ -656,6 +656,12 @@ could result in excessive memory usage and not recommended. + + +Prior to version 1.19.10, the default value was 100. + + + diff -r 06805824d0f0 -r 4f44386a16b1 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Apr 13 15:05:16 2021 +0100 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Apr 13 15:06:13 2021 +0100 @@ -10,7 +10,7 @@ + rev="95">
@@ -923,7 +923,7 @@ число -100 +1000 http server location @@ -943,6 +943,12 @@ может приводить к чрезмерному потреблению памяти и не рекомендуется. + + +До версии 1.19.10 по умолчанию использовалось значение 100. + + + diff -r 06805824d0f0 -r 4f44386a16b1 xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:05:16 2021 +0100 +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml Tue Apr 13 15:06:13 2021 +0100 @@ -10,7 +10,7 @@ + rev="87">
@@ -647,7 +647,7 @@ число -100 +1000 upstream 1.15.3 @@ -665,6 +665,12 @@ может приводить к чрезмерному потреблению памяти и не рекомендуется. + + +До версии 1.19.10 по умолчанию использовалось значение 100. + + +