comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2979:c1b9ab38ff09

Updated link to HTTP/2 RFC.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 13 Jun 2023 19:24:58 +0100
parents e4718be70b33
children
comparison
equal deleted inserted replaced
2978:2b02fee0d12e 2979:c1b9ab38ff09
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="17"> 12 rev="18">
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
73 Also note that if the 73 Also note that if the
74 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive 74 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive
75 is set to the value “<literal>on</literal>”, 75 is set to the value “<literal>on</literal>”,
76 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link> 76 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
77 should be configured to comply with 77 should be configured to comply with
78 <link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link> 78 <link url="https://datatracker.ietf.org/doc/html/rfc9113#appendix-A">RFC 9113, Appendix A</link>
79 black list and supported by clients. 79 black list and supported by clients.
80 </para> 80 </para>
81 81
82 </section> 82 </section>
83 83
288 </note> 288 </note>
289 </para> 289 </para>
290 290
291 <para> 291 <para>
292 Pre-emptively sends 292 Pre-emptively sends
293 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>) 293 (<link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">pushes</link>)
294 a request to the specified <value>uri</value> 294 a request to the specified <value>uri</value>
295 along with the response to the original request. 295 along with the response to the original request.
296 Only relative URIs with absolute path will be processed, 296 Only relative URIs with absolute path will be processed,
297 for example: 297 for example:
298 <example> 298 <example>
329 <para> 329 <para>
330 Enables automatic conversion of 330 Enables automatic conversion of
331 <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
332 links</link> 332 links</link>
333 specified in the <header>Link</header> response header fields into 333 specified in the <header>Link</header> response header fields into
334 <link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link> 334 <link url="https://datatracker.ietf.org/doc/html/rfc9113#section-8.4">push</link>
335 requests. 335 requests.
336 </para> 336 </para>
337 337
338 </directive> 338 </directive>
339 339