nginx linux packages

Cliff Wells cliff at develix.com
Fri Aug 26 18:18:58 UTC 2011


One small suggestion for nginx.conf.  Rather than using:

include /etc/nginx/conf.d/*;

I'd suggest 

include /etc/nginx/conf.d/*.conf;

This prevents backup/temporary files that are typically created by
editors from being processed as valid configuration (e.g. default~,
#default#, etc). 

Regards,
Cliff



On Wed, 2011-08-24 at 13:22 +0400, Sergey Budnevitch wrote:
> 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.
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx




More information about the nginx mailing list