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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。