Official Red Hat/CentOS packages

To add NGINX yum repository, create a file named /etc/yum.repos.d/nginx.repo and paste one of the configurations below:

CentOS:

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

RHEL:

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/$releasever/$basearch/
gpgcheck=0
enabled=1

相关文章:

  • 2021-06-21
  • 2021-07-01
  • 2021-12-27
  • 2021-07-05
  • 2021-09-09
  • 2021-06-08
  • 2021-05-18
  • 2021-12-27
猜你喜欢
  • 2021-08-29
  • 2021-09-17
  • 2021-12-14
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案