ubuntu卸载nginx
2016-10-26 本文已影响19人
就叫初九吧
sudo apt-get remove nginx nginx-common
//Removes all but config files.
sudo apt-get purge nginx nginx-common
//Removes everything.
rm -rf /etc/nginx
sudo apt-get remove nginx nginx-common
//Removes all but config files.
sudo apt-get purge nginx nginx-common
//Removes everything.
rm -rf /etc/nginx