Reload and Restart Nginx
Nginx Tutorial
Below commands work perfectly in Ubuntu
Reload Command of Nginx
sudo service nginx reload all
Restart Command of Nginx
sudo service nginx restart all
Check Status of Nginx
sudo service nginx status
Check Nginx file config proper
sudo service nginx -t
Kill Nginx Service
sudo killall nginx