comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2977:e4718be70b33

Deprecated HTTP/2 Server Push directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jun 2023 19:24:58 +0100
parents cbd963190c15
children c1b9ab38ff09
comparison
equal deleted inserted replaced
2976:cbd963190c15 2977:e4718be70b33
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="16"> 12 rev="17">
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
162 <context>http</context> 162 <context>http</context>
163 <context>server</context> 163 <context>server</context>
164 <appeared-in>1.13.9</appeared-in> 164 <appeared-in>1.13.9</appeared-in>
165 165
166 <para> 166 <para>
167 <note>
168 This directive is obsolete since version 1.25.1.
169 </note>
170 </para>
171
172 <para>
167 Limits the maximum number of concurrent 173 Limits the maximum number of concurrent
168 <link id="http2_push">push</link> requests in a connection. 174 <link id="http2_push">push</link> requests in a connection.
169 </para> 175 </para>
170 176
171 </directive> 177 </directive>
273 <default>off</default> 279 <default>off</default>
274 <context>http</context> 280 <context>http</context>
275 <context>server</context> 281 <context>server</context>
276 <context>location</context> 282 <context>location</context>
277 <appeared-in>1.13.9</appeared-in> 283 <appeared-in>1.13.9</appeared-in>
284
285 <para>
286 <note>
287 This directive is obsolete since version 1.25.1.
288 </note>
289 </para>
278 290
279 <para> 291 <para>
280 Pre-emptively sends 292 Pre-emptively sends
281 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>) 293 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>)
282 a request to the specified <value>uri</value> 294 a request to the specified <value>uri</value>
307 <context>server</context> 319 <context>server</context>
308 <context>location</context> 320 <context>location</context>
309 <appeared-in>1.13.9</appeared-in> 321 <appeared-in>1.13.9</appeared-in>
310 322
311 <para> 323 <para>
324 <note>
325 This directive is obsolete since version 1.25.1.
326 </note>
327 </para>
328
329 <para>
312 Enables automatic conversion of 330 Enables automatic conversion of
313 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload 331 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
314 links</link> 332 links</link>
315 specified in the <header>Link</header> response header fields into 333 specified in the <header>Link</header> response header fields into
316 <link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link> 334 <link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>