1. 程式人生 > 其它 >成功解決:ubuntu安裝nginx時報錯Failed to start A high performance web server and a reverse proxy server.

成功解決:ubuntu安裝nginx時報錯Failed to start A high performance web server and a reverse proxy server.

技術標籤:linuxubuntunginx

原因是因為之前解除安裝nginx時沒解除安裝乾淨,導致此錯誤,執行以下指令清除乾淨後安裝即可

sudo apt-get remove nginx nginx-common
sudo apt-get purge nginx nginx-common
sudo apt-get autoremove
sudo apt-get remove nginx-full nginx-common
sudo apt-get install nginx

成功解決:ubuntu安裝nginx時報錯Failed to start A high performance web server and a reverse proxy server.

的問題

歡迎小夥伴討論,文章內容如有錯誤請在評論區評論或發私聊訊息,謝謝你。