How to uninstall nginx from Ubuntu

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

Last updated