How to uninstall nginx from Ubuntu


1 Answer

8 years ago by

1. If you want to keep config files

sudo apt-get remove nginx nginx-common

2. If you want to uninstall completely

sudo apt-get purge nginx nginx-common
8 years ago by Karthik Divi