comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 2225:e2c3d17d0f58

Unified wording of upstream keepalive directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 28 Aug 2018 16:37:52 +0300
parents a692df6ef304
children 283b1e67eaa6
comparison
equal deleted inserted replaced
2224:0d55b8bddbe9 2225:e2c3d17d0f58
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="74"> 13 rev="75">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
648 <context>upstream</context> 648 <context>upstream</context>
649 <appeared-in>1.15.3</appeared-in> 649 <appeared-in>1.15.3</appeared-in>
650 650
651 <para> 651 <para>
652 Sets the maximum number of requests that can be 652 Sets the maximum number of requests that can be
653 served through one keep-alive connection. 653 served through one keepalive connection.
654 After the maximum number of requests is made, the connection is closed. 654 After the maximum number of requests is made, the connection is closed.
655 </para> 655 </para>
656 656
657 </directive> 657 </directive>
658 658
662 <default>60s</default> 662 <default>60s</default>
663 <context>upstream</context> 663 <context>upstream</context>
664 <appeared-in>1.15.3</appeared-in> 664 <appeared-in>1.15.3</appeared-in>
665 665
666 <para> 666 <para>
667 Sets a timeout during which a keep-alive 667 Sets a timeout during which an idle keepalive
668 connection to an upstream server will stay open. 668 connection to an upstream server will stay open.
669 </para> 669 </para>
670 670
671 </directive> 671 </directive>
672 672