diff xml/en/linux_packages.xml @ 2233:8f988cbe1296

Linux packages: added SLES 15.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 06 Sep 2018 14:08:47 +0300
parents a2e77354c77d
children 7ec59c98d7d5
line wrap: on
line diff
--- a/xml/en/linux_packages.xml	Wed Sep 05 13:35:18 2018 +0000
+++ b/xml/en/linux_packages.xml	Thu Sep 06 14:08:47 2018 +0300
@@ -7,7 +7,7 @@
 <article name="nginx: Linux packages"
          link="/en/linux_packages.html"
          lang="en"
-         rev="28"
+         rev="29"
          toc="no">
 
 <section id="distributions">
@@ -119,6 +119,11 @@
 <td>x86_64</td>
 </tr>
 
+<tr>
+<td width="20%">15</td>
+<td>x86_64</td>
+</tr>
+
 </table>
 </para>
 
@@ -198,12 +203,19 @@
 </para>
 
 <para>
-For SLES run the following command:
+For SLES 12 run the following command:
 <programlisting>
 zypper addrepo -G -t yum -c 'http://nginx.org/packages/sles/12' nginx
 </programlisting>
 </para>
 
+<para>
+For SLES 15 run the following command:
+<programlisting>
+zypper addrepo -G -t yum -c 'http://nginx.org/packages/sles/15' nginx
+</programlisting>
+</para>
+
 </section>
 
 
@@ -273,12 +285,19 @@
 </para>
 
 <para>
-For SLES run the following command:
+For SLES 12 run the following command:
 <programlisting>
 zypper addrepo -G -t yum -c 'http://nginx.org/packages/mainline/sles/12' nginx
 </programlisting>
 </para>
 
+<para>
+For SLES 15 run the following command:
+<programlisting>
+zypper addrepo -G -t yum -c 'http://nginx.org/packages/mainline/sles/15' nginx
+</programlisting>
+</para>
+
 </section>