妙博客

主机评测 香港服务器 洛杉矶VPS测评

yum卸载和安装指定版本nginx

1.卸载nginx

yum  remove nginx -y

2.安装指定版本nginx(已1.12为例)

rpm -ivh http://nginx.org/packages/centos/7/x86_64/RPMS/nginx-1.12.2-1.el7_4.ngx.x86_64.rpm

3.查看ngnix版本

nginx -V

image.png

4.启动或者停止

// 服务状态
service nginx status
// 服务启动
service nginx start
// 服务停止
service nginx stop
// 服务重启
service nginx restart

Copyright Your 142132.com Rights Reserved. 赣ICP备17010829号-2