How to check if nginx is running on your ubuntu machine
Just run the following command
ps waux | grep nginx
 
    