comparison xml/en/docs/http/ngx_http_core_module.xml @ 2964:23eedf89fd5d

Updated QUIC documentation after QUIC code merge. - removed http3_max_concurrent_pushes, http3_push http3_push_preload, quic_mtu - updated apperared-in version - update of quic.xml, adding Rus translation
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 23 May 2023 16:44:47 +0100
parents a85e4d126bc7
children 9a8d15333a58
comparison
equal deleted inserted replaced
2963:c7bf5c9a1174 2964:23eedf89fd5d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="103"> 13 rev="104">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1388 specified as well, but nginx can also be configured to accept HTTP/2 1388 specified as well, but nginx can also be configured to accept HTTP/2
1389 connections without SSL. 1389 connections without SSL.
1390 </para> 1390 </para>
1391 1391
1392 <para id="quic"> 1392 <para id="quic">
1393 The <literal>quic</literal> parameter (1.23.4) configures the port to accept 1393 The <literal>quic</literal> parameter (1.25.0) configures the port to accept
1394 <link doc="ngx_http_v3_module.xml">QUIC</link> connections. 1394 <link doc="ngx_http_v3_module.xml">QUIC</link> connections.
1395 </para> 1395 </para>
1396 1396
1397 <para> 1397 <para>
1398 The <literal>spdy</literal> parameter (1.3.15-1.9.4) allows accepting 1398 The <literal>spdy</literal> parameter (1.3.15-1.9.4) allows accepting