comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents b74f2038f2b5
children 9a8d15333a58
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
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
18 support for <link url="https://tools.ietf.org/html/rfc7540">HTTP/2</link> 18 support for <link url="https://datatracker.ietf.org/doc/html/rfc7540">HTTP/2</link>
19 and supersedes the 19 and supersedes the
20 <link doc="ngx_http_spdy_module.xml">ngx_http_spdy_module</link> module. 20 <link doc="ngx_http_spdy_module.xml">ngx_http_spdy_module</link> module.
21 </para> 21 </para>
22 22
23 <para> 23 <para>
72 Also note that if the 72 Also note that if the
73 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive 73 <link doc="ngx_http_ssl_module.xml" id="ssl_prefer_server_ciphers"/> directive
74 is set to the value “<literal>on</literal>”, 74 is set to the value “<literal>on</literal>”,
75 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link> 75 the <link doc="ngx_http_ssl_module.xml" id="ssl_ciphers">ciphers</link>
76 should be configured to comply with 76 should be configured to comply with
77 <link url="https://tools.ietf.org/html/rfc7540#appendix-A">RFC 7540, Appendix A</link> 77 <link url="https://datatracker.ietf.org/doc/html/rfc7540#appendix-A">RFC 7540, Appendix A</link>
78 black list and supported by clients. 78 black list and supported by clients.
79 </para> 79 </para>
80 80
81 </section> 81 </section>
82 82
182 </note> 182 </note>
183 </para> 183 </para>
184 184
185 <para> 185 <para>
186 Limits the maximum size of 186 Limits the maximum size of
187 an <link url="https://tools.ietf.org/html/rfc7541">HPACK</link>-compressed 187 an <link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link>-compressed
188 request header field. 188 request header field.
189 The limit applies equally to both name and value. 189 The limit applies equally to both name and value.
190 Note that if Huffman encoding is applied, 190 Note that if Huffman encoding is applied,
191 the actual size of decompressed name and value strings may be larger. 191 the actual size of decompressed name and value strings may be larger.
192 For most requests, the default limit should be enough. 192 For most requests, the default limit should be enough.
209 </note> 209 </note>
210 </para> 210 </para>
211 211
212 <para> 212 <para>
213 Limits the maximum size of the entire request header list after 213 Limits the maximum size of the entire request header list after
214 <link url="https://tools.ietf.org/html/rfc7541">HPACK</link> decompression. 214 <link url="https://datatracker.ietf.org/doc/html/rfc7541">HPACK</link> decompression.
215 For most requests, the default limit should be enough. 215 For most requests, the default limit should be enough.
216 </para> 216 </para>
217 217
218 </directive> 218 </directive>
219 219
259 <context>location</context> 259 <context>location</context>
260 <appeared-in>1.13.9</appeared-in> 260 <appeared-in>1.13.9</appeared-in>
261 261
262 <para> 262 <para>
263 Pre-emptively sends 263 Pre-emptively sends
264 (<link url="https://tools.ietf.org/html/rfc7540#section-8.2">pushes</link>) 264 (<link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">pushes</link>)
265 a request to the specified <value>uri</value> 265 a request to the specified <value>uri</value>
266 along with the response to the original request. 266 along with the response to the original request.
267 Only relative URIs with absolute path will be processed, 267 Only relative URIs with absolute path will be processed,
268 for example: 268 for example:
269 <example> 269 <example>
294 <para> 294 <para>
295 Enables automatic conversion of 295 Enables automatic conversion of
296 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload 296 <link url="https://www.w3.org/TR/preload/#server-push-http-2">preload
297 links</link> 297 links</link>
298 specified in the <header>Link</header> response header fields into 298 specified in the <header>Link</header> response header fields into
299 <link url="https://tools.ietf.org/html/rfc7540#section-8.2">push</link> 299 <link url="https://datatracker.ietf.org/doc/html/rfc7540#section-8.2">push</link>
300 requests. 300 requests.
301 </para> 301 </para>
302 302
303 </directive> 303 </directive>
304 304