comparison xml/en/linux_packages.xml @ 2968:3ba229c95e50

Linux packages: documented lack of HTTP/3 support for older distros.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 23 May 2023 14:53:59 -0700
parents c7bf5c9a1174
children 203f32f53734
comparison
equal deleted inserted replaced
2967:46b1da35ceeb 2968:3ba229c95e50
5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd"> 5 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
6 6
7 <article name="nginx: Linux packages" 7 <article name="nginx: Linux packages"
8 link="/en/linux_packages.html" 8 link="/en/linux_packages.html"
9 lang="en" 9 lang="en"
10 rev="85"> 10 rev="86">
11 11
12 <section name="Supported distributions and versions" id="distributions"> 12 <section name="Supported distributions and versions" id="distributions">
13 13
14 <para> 14 <para>
15 nginx packages are available for the following Linux distributions and 15 nginx packages are available for the following Linux distributions and
175 <td width="30%">2023</td> 175 <td width="30%">2023</td>
176 <td>x86_64, aarch64/arm64</td> 176 <td>x86_64, aarch64/arm64</td>
177 </tr> 177 </tr>
178 178
179 </table> 179 </table>
180 </para>
181
182 <para>
183 Packages for RHEL 7 and SLES 12 are built without
184 <link doc="docs/http/ngx_http_v3_module.xml">HTTP/3 support</link>
185 because OpenSSL used by those doesn't support TLSv1.3.
180 </para> 186 </para>
181 187
182 </section> 188 </section>
183 189
184 190