Centos7/Rhel7 Nginx Repo


nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

On 11 Jul 2014, at 12:52, [email protected] 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

Why gpgcheck should be deactivated?

AFAIK, there is a GPG key available for APT… Shouldn’t it be the same
used for yum?

B. R.