NginX still running when uninstalled it

Viewed 3285

I have tried to uninstall NGinX from my Ubuntu using following command:

 sudo apt-get remove nginx-core nginx-full nginx-light nginx-extras nginx-common    

I have used below command as well

 sudo apt-get remove --purge nginx*

And still see below screen when I check NginX processes running.

What is happening??

NginX still running after uninstalling it

2 Answers

Try to clear the web browser cache. It works for me.

Related