CentOS 8升级nginx至最新版本(yum方式)
Posted 灵梦De赛钱箱
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 8升级nginx至最新版本(yum方式)相关的知识,希望对你有一定的参考价值。
CentOS8的Yum仓库中内置的nginx版本是1.14.1,最近漏扫提示需要升级至1.17.7以上版本,记录一下yum命令使用中科大的镜像源简单粗暴有效更新的方法:
先添加中科大的镜像repo
sudo vim /etc/yum.repos.d/nginx.repo
使用mainline最新版本的repo
[nginx-mainline]
name=nginx mainline repo
baseurl=http://mirrors.ustc.edu.cn/nginx/mainline/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
module_hotfixes=true
就地升级
sudo yum update
确认版本
nginx -v
nginx version: nginx/1.17.10
以上是关于CentOS 8升级nginx至最新版本(yum方式)的主要内容,如果未能解决你的问题,请参考以下文章