comparison xml/en/docs/http/ngx_http_core_module.xml @ 2450:a26a42699207

Added note about max number of keepalive requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 24 Oct 2019 21:47:42 +0300
parents dd3ac7eefeed
children 4487310de7e7
comparison
equal deleted inserted replaced
2449:384211f17f5a 2450:a26a42699207
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="85"> 13 rev="86">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
921 921
922 <para> 922 <para>
923 Sets the maximum number of requests that can be 923 Sets the maximum number of requests that can be
924 served through one keep-alive connection. 924 served through one keep-alive connection.
925 After the maximum number of requests are made, the connection is closed. 925 After the maximum number of requests are made, the connection is closed.
926 </para>
927
928 <para>
929 Closing connections periodically is necessary to free
930 per-connection memory allocations.
931 Therefore, using too high maximum number of requests
932 could result in excessive memory usage and not recommended.
926 </para> 933 </para>
927 934
928 </directive> 935 </directive>
929 936
930 937