sudo systemctl stop nginx
sudo service nginx restart
sudo systemctl start nginx
# stops nginx
sudo systemctl stop nginx
# starts nginx
sudo systemctl start nginx
nginx -s stop #fast shutdown
nginx -s quit #graceful shutdown
nginx -s reload #changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen #re-opening log files
nginx.exe -s quit
nginx -s stop