sudo apt-get --purge remove nginx
sudo apt-get autoremove
dpkg --get-selections|grep nginx
sudo apt-get --purge remove nginx
sudo apt-get --purge remove nginx-common
sudo apt-get --purge remove nginx-core
ps -ef |grep nginx
sudo kill -9 XXX
sudo find / -name nginx*
sudo rm -rf file
sudo rm -rf file
sudo apt-get updatesudo apt-get install nginx
测试nginx配置是否正确
sudo nginx -t
nginx 重启
sudo service nginx restart
新闻热点
疑难解答