Command
sudo systemctl restart nginx
Explanation
Restarts the Nginx service.
Examples
Restart Nginx (systemd)
sudo systemctl restart nginx
Restart Nginx (SysV)
sudo service nginx restart
sudo systemctl restart nginx
Restarts the Nginx service.
Restart Nginx (systemd)
sudo systemctl restart nginx
Restart Nginx (SysV)
sudo service nginx restart