Centos7 卸载 Nginx 并重新安装 Nginx

1)  卸载nginx

[root@locahost /]# yum remove nginx

 

2) 查看nginx是否还存在

[root@localhost /]# which nginx

 

 

3)重新安装 Nginx

[root@localhost /]# yum install nginx

 

4)启动 Nginx

[root@localhost /]# yum start nginx

 

5)设置自动开机启动 Nginx

[root@localhost /]# yum enable nginx

 

posted @ 2019-07-29 11:43  Ryan_zheng  阅读(21419)  评论(0编辑  收藏  举报