comparison xml/en/docs/configure.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 67dd348c9757
comparison
equal deleted inserted replaced
2963:c7bf5c9a1174 2964:23eedf89fd5d
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Building nginx from Sources" 8 <article name="Building nginx from Sources"
9 link="/en/docs/configure.html" 9 link="/en/docs/configure.html"
10 lang="en" 10 lang="en"
11 rev="20"> 11 rev="21">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
236 enables building a module that provides support for 236 enables building a module that provides support for
237 <link doc="http/ngx_http_v2_module.xml">HTTP/2</link>. 237 <link doc="http/ngx_http_v2_module.xml">HTTP/2</link>.
238 This module is not built by default. 238 This module is not built by default.
239 </tag-desc> 239 </tag-desc>
240 240
241 <tag-name> 241 <tag-name id="http_v3_module">
242 <literal>--with-http_v3_module</literal> 242 <literal>--with-http_v3_module</literal>
243 </tag-name> 243 </tag-name>
244 <tag-desc> 244 <tag-desc>
245 enables building a module that provides support for 245 enables building a module that provides support for
246 <link doc="http/ngx_http_v3_module.xml">HTTP/3</link>. 246 <link doc="http/ngx_http_v3_module.xml">HTTP/3</link>.