nginx安装报错


访问成功o( ̄▽ ̄)ブ

安装nginx时报错Failed to start A high performance web server and a reverse proxy server.


报错原因可能是因为之前卸载nginx没有卸载干净所导致的,执行以下命令清除卸载残留即可再次安装。

1
2
3
4
5
6
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 #安装nginx