Here's a one liner to completely remove NGINX and everything related from your server
#NGINX #Code
@Dagmawi_Babi
sudo systemctl stop nginx && sudo apt remove -y nginx nginx-common nginx-core && sudo apt autoremove -y && sudo rm -rf /etc/nginx /var/www/nginx /var/log/nginx && sudo apt purge -y nginx && nginx -v
#NGINX #Code
@Dagmawi_Babi
Stop pretending like you like NGINX.
Tho there's this great open source tool for configuring it for you.
• digitalocean.com/community/tools/nginx
Credits to @ChapiDevTalks
#NGINX #Resources
@Dagmawi_Babi
Tho there's this great open source tool for configuring it for you.
• digitalocean.com/community/tools/nginx
Credits to @ChapiDevTalks
#NGINX #Resources
@Dagmawi_Babi