Centos7/Rhel7 Nginx Repo

Sergey Budnevitch sb at nginx.com
Fri Jul 11 13:45:32 UTC 2014


On 11 Jul 2014, at 12:52, free4me at gmx.ch wrote:

> Hi List
>  
> I want to use Nginx under the newly released Centos 7. I've tried to compile it on Centos 7 but it failed. But i didnt look into it further so far because i would like to use anyway the version provided by the Nginx.org yum Repo. Since there is no repo available for Centos7/Rhel7; what's the estimation about the availability of a Centos7 repo? Weeks or more like months?
>  

We built package for mainline release 1.7.3. To install it please create file named /etc/yum.repos.d/nginx.repo with the following contents:

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/
gpgcheck=0
enabled=1

and run

yum install nginx


More information about the nginx mailing list