# HG changeset patch # User Yaroslav Zhuravlev # Date 1618322773 -3600 # Node ID 4f44386a16b172ffe313d9c0ce2915228eac416c # Parent 06805824d0f03741800389134fc22b571dd2749d Changed default value of keepalive_requests. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="95">
@@ -928,7 +928,7 @@ keep-alive connections with them were di number -100 +1000 http server location @@ -947,6 +947,12 @@ Therefore, using too high maximum number could result in excessive memory usage and not recommended. + + +Prior to version 1.19.10, the default value was 100. + + + diff --git a/xml/en/docs/http/ngx_http_upstream_module.xml b/xml/en/docs/http/ngx_http_upstream_module.xml --- a/xml/en/docs/http/ngx_http_upstream_module.xml +++ b/xml/en/docs/http/ngx_http_upstream_module.xml @@ -10,7 +10,7 @@ + rev="87">
@@ -639,7 +639,7 @@ SCGI and uwsgi protocols do not have a n number -100 +1000 upstream 1.15.3 @@ -656,6 +656,12 @@ Therefore, using too high maximum number could result in excessive memory usage and not recommended. + + +Prior to version 1.19.10, the default value was 100. + + + diff --git a/xml/ru/docs/http/ngx_http_core_module.xml b/xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml +++ b/xml/ru/docs/http/ngx_http_core_module.xml @@ -10,7 +10,7 @@ + rev="95">
@@ -923,7 +923,7 @@ location = /404.html { число -100 +1000 http server location @@ -943,6 +943,12 @@ location = /404.html { может приводить к чрезмерному потреблению памяти и не рекомендуется. + + +До версии 1.19.10 по умолчанию использовалось значение 100. + + + diff --git a/xml/ru/docs/http/ngx_http_upstream_module.xml b/xml/ru/docs/http/ngx_http_upstream_module.xml --- a/xml/ru/docs/http/ngx_http_upstream_module.xml +++ b/xml/ru/docs/http/ngx_http_upstream_module.xml @@ -10,7 +10,7 @@ + rev="87">
@@ -647,7 +647,7 @@ server { число -100 +1000 upstream 1.15.3 @@ -665,6 +665,12 @@ server { может приводить к чрезмерному потреблению памяти и не рекомендуется. + + +До версии 1.19.10 по умолчанию использовалось значение 100. + + +