zl程序教程

您现在的位置是:首页 >  .Net

当前栏目

[CentOS] centos下安装最新稳定版nginx

2023-02-18 15:41:07 时间

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

 

[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=1
enabled=1
gpgkey=https://nginx.org/keys/nginx_signing.key
module_hotfixes=true

yum install  nginx