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