comparison xml/en/docs/quic.xml @ 2957:cebca5ba84d7

Minor fixes in http/3 and OTel modules. Fixed a link to load_module in ngx_otel_module, removed obsolete text in quic.xml, fixed package name in ngx_http_v3_module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 03 May 2023 13:15:55 +0100
parents a85e4d126bc7
children 23eedf89fd5d
comparison
equal deleted inserted replaced
2956:a85e4d126bc7 2957:cebca5ba84d7
92 92
93 93
94 <section name="RHEL" id="rhel"> 94 <section name="RHEL" id="rhel">
95 95
96 <para> 96 <para>
97 The <literal>nginx-quic</literal> package and be installed on 97 The <literal>nginx-quic</literal> package can be installed on
98 Red Hat Enterprise Linux and its derivatives such as 98 Red Hat Enterprise Linux and its derivatives such as
99 CentOS, Oracle Linux, Rocky Linux, AlmaLinux. 99 CentOS, Oracle Linux, Rocky Linux, AlmaLinux.
100 </para> 100 </para>
101 101
102 <para> 102 <para>
365 Ensure nginx is using the proper SSL library in runtime 365 Ensure nginx is using the proper SSL library in runtime
366 (the <literal>nginx -V</literal> shows what it is currently used). 366 (the <literal>nginx -V</literal> shows what it is currently used).
367 </listitem> 367 </listitem>
368 368
369 <listitem> 369 <listitem>
370 Ensure a client is actually sending requests over QUIC 370 Ensure a client is actually sending requests over QUIC.
371 (see the <link id="clients">Clients</link> section
372 for information about browsers and cache).
373 We recommend starting with a simple console client such as 371 We recommend starting with a simple console client such as
374 <link url="https://nghttp2.org/ngtcp2">ngtcp2</link> 372 <link url="https://nghttp2.org/ngtcp2">ngtcp2</link>
375 to ensure the server is configured properly before trying 373 to ensure the server is configured properly before trying
376 with real browsers that may be quite picky with certificates. 374 with real browsers that may be quite picky with certificates.
377 </listitem> 375 </listitem>