nginx linux packages
Sergey Budnevitch
sb at waeme.net
Wed Aug 24 09:22:58 UTC 2011
Hi,
We have created apt and yum repositories for nginx users on Linux. They are available on http://nginx.org/packages/
for CentOS/RHEL 5 and 6, Ubuntu 10.04 and Debian 6. There are plans to update packages as soon
as new stable nginx versions are released.
To add nginx yum repository fnginx.repo file has to be created in /etc/yum.cond.d/ directory.
In CentOS case nginx.repo should look like:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
In RHEL case :
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1
For apt repositories /etc/apt/sources.list have to be appended.
For Ubuntu 10.04 with:
deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src http://nginx.org/packages/ubuntu/ lucid nginx
For Debian6:
deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx
You may report package bugs to the mailing list, directly to me or on http://trac.nginx.org.
More information about the nginx
mailing list