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

 


免責聲明!

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



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM