@@ -43,7 +43,7 @@ Below you will find documentation on how to use nginx-asg-sync.
4343
4444We provide packages for the following operating systems:
4545
46- * Ubuntu: 16.04 (Xenial), 18.04 (Bionic), 20.04 (Focal), 20.10 (Groovy)
46+ * Ubuntu/Debian : 16.04 and later, Debian 9/10
4747* CentOS/RHEL: 7, 8
4848* Amazon Linux: 1, 2
4949
@@ -56,7 +56,7 @@ Support for other operating systems can be added.
5656 * For the latest source code from the master branch, build a software package by following [ these instructions] ( #building-a-software-package ) .
57572 . Install the package:
5858 * For Amazon Linux or CentOS/RHEL, run: ` $ sudo rpm -i <package-name>.rpm `
59- * For Ubuntu, run: ` $ sudo dpkg -i <package-name>.deb `
59+ * For Ubuntu or Debian , run: ` $ sudo dpkg -i <package-name>.deb `
6060
6161### NGINX Plus Configuration
6262
@@ -150,7 +150,7 @@ nginx-asg-sync runs as a system service and supports the start/stop/restart comm
150150
151151For Amazon Linux 1, run: ` $ sudo start|stop|restart nginx-asg-sync `
152152
153- For Ubuntu 16.04, 18.04, 20.04, 20. 10, CentOS7/RHEL7, CentOS8/RHEL8 and Amazon Linux 2, run: ` $ sudo service nginx-asg-sync start|stop|restart `
153+ For Ubuntu >= 16.04, Debian 9/ 10, CentOS7/RHEL7, CentOS8/RHEL8 and Amazon Linux 2, run: ` $ sudo service nginx-asg-sync start|stop|restart `
154154
155155## Troubleshooting
156156
@@ -169,14 +169,11 @@ where `<os>` is the target OS. The following values are allowed:
169169* ` amazon2 ` for Amazon Linux 2
170170* ` centos7 ` for CentOS7/RHEL7
171171* ` centos8 ` for CentOS8/RHEL8
172- * ` ubuntu-xenial ` for Ubuntu 16.04
173- * ` ubuntu-bionic ` for Ubuntu 18.04
174- * ` ubuntu-focal ` for Ubuntu 20.04
175- * ` ubuntu-groovy ` for Ubuntu 20.10
172+ * ` debian ` for Ubuntu >= 16.04 and Debian 9/10
176173
177174by default the nginx-asg-sync binary will be built locally, to build it inside a Docker container add the ` TARGET ` parameter to ` make ` , for example:
178175
179- ` $ make ubuntu-focal TARGET=container `
176+ ` $ make debian TARGET=container `
180177
181178If you run make without any arguments, it will build software packages for all supported OSes.
182179
0 commit comments