adv

Kamis, 11 Maret 2021

uninstall nginx di ubuntu 20.04

 Removes all but config files.

sudo apt-get remove nginx nginx-common

Removes everything.

sudo apt-get purge nginx nginx-common

After using any of the above commands, use this in order to remove dependencies used by nginx which are no longer required.

sudo apt-get autoremove

rm -rf /etc/nginx to remove the conf files too

sudo apt-get remove nginx-full nginx-commo

Tidak ada komentar:

Posting Komentar