How to uninstall NGINX from kubantu
run the following command
sudo apt-get remove nginx nginx-common
sudo apt-get purge nginx nginx-common
sudo apt-get autoremove
rm -rf /etc/nginx
sudo apt-get remove nginx nginx-common
sudo apt-get purge nginx nginx-common
sudo apt-get autoremove
rm -rf /etc/nginx
Comments
Post a Comment