how to stop nginx code example
Example 1: restart nginx
sudo systemctl restart nginx
Example 2: stop nginx
sudo systemctl stop nginx
Example 3: restart nginx
sudo systemctl reload nginx
Example 4: systemctl reload nginx
systemctl reload nginx
Example 5: stop nginx
sudo systemctl start nginx
Example 6: stop nginx
sudo service nginx restart