Command
sudo systemctl stop nginx
Explanation
Stops the Nginx service using systemd.
Examples
Stop Nginx (systemd)
sudo systemctl stop nginx
Stop Nginx (SysV)
sudo service nginx stop
sudo systemctl stop nginx
Stops the Nginx service using systemd.
Stop Nginx (systemd)
sudo systemctl stop nginx
Stop Nginx (SysV)
sudo service nginx stop