comparison xml/en/linux_packages.xml @ 2625:987768ee3211

Linux packages: fixed path for Alpine package sources.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 24 Nov 2020 19:25:50 +0300
parents 94107f33b7bb
children ca47ce7f0cd4
comparison
equal deleted inserted replaced
2624:bd676d1da957 2625:987768ee3211
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="48"> 10 rev="49">
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
470 mainline version, while <literal>stable-*</literal> branches contain latest 470 mainline version, while <literal>stable-*</literal> branches contain latest
471 sources for stable releases. 471 sources for stable releases.
472 To build binary packages, run <command>make</command> in 472 To build binary packages, run <command>make</command> in
473 <path>debian/</path> directory on Debian/Ubuntu, or in 473 <path>debian/</path> directory on Debian/Ubuntu, or in
474 <path>rpm/SPECS/</path> on RHEL/CentOS/SLES, or in 474 <path>rpm/SPECS/</path> on RHEL/CentOS/SLES, or in
475 <path>apk/</path> on Alpine. 475 <path>alpine/</path> on Alpine.
476 </para> 476 </para>
477 477
478 <para> 478 <para>
479 Packaging sources are distributed under the same 479 Packaging sources are distributed under the same
480 <link url="../LICENSE">2-clause BSD-like license</link> used by nginx. 480 <link url="../LICENSE">2-clause BSD-like license</link> used by nginx.