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