1.搭建Nginx

  yum list | grep nginx

  2.8 环境准备-静态资源服务器搭建

  pcm-pmda-nginx不是我们要搭建的Nginx

  问题在源

  vim /etc/yum.repos.d/nginx.repo

  

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/mainline/rhel/7/$basearch/
gpgcheck=0
enable=1
View Code

相关文章:

  • 2022-12-23
  • 2021-04-16
  • 2021-08-26
  • 2021-11-30
  • 2022-01-21
  • 2021-12-16
  • 2021-09-01
猜你喜欢
  • 2021-06-24
  • 2021-11-30
  • 2021-11-30
  • 2022-01-20
  • 2021-11-26
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案