comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2038:ffb3570c352c

Removed location context from http2_max_requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 18 Sep 2017 20:41:28 +0300
parents 88228d493640
children d45887ccafde
comparison
equal deleted inserted replaced
2037:a585fdb65ad3 2038:ffb3570c352c
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_v2_module" 9 <module name="Module ngx_http_v2_module"
10 link="/en/docs/http/ngx_http_v2_module.html" 10 link="/en/docs/http/ngx_http_v2_module.html"
11 lang="en" 11 lang="en"
12 rev="9"> 12 rev="10">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides 17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
178 <directive name="http2_max_requests"> 178 <directive name="http2_max_requests">
179 <syntax><value>number</value></syntax> 179 <syntax><value>number</value></syntax>
180 <default>1000</default> 180 <default>1000</default>
181 <context>http</context> 181 <context>http</context>
182 <context>server</context> 182 <context>server</context>
183 <context>location</context>
184 <appeared-in>1.11.6</appeared-in> 183 <appeared-in>1.11.6</appeared-in>
185 184
186 <para> 185 <para>
187 Sets the maximum number of requests that can be 186 Sets the maximum number of requests that can be
188 served through one HTTP/2 connection, 187 served through one HTTP/2 connection,