how to restart nginx on ubuntu code example
Example 1: ubuntn nginx restart
sudo service nginx restart
Example 2: systemctl reload nginx
systemctl reload nginx
Example 3: stop gnix
sudo service nginx stop
sudo service nginx restart
systemctl reload nginx
sudo service nginx stop