Starten Sie Nginx neu
sudo systemctl restart nginx
Obedient Osprey
sudo systemctl restart nginx
sudo systemctl reload nginx
sudo service nginx restart
sudo systemctl start nginx
sudo systemctl stop nginx
sudo systemctl restart nginx
sudo service nginx start
sudo service nginx stop
sudo service nginx restart
sudo /etc/init.d/nginx start
sudo /etc/init.d/nginx stop
sudo /etc/init.d/nginx restart
sudo nginx -s stop && sudo nginx
// The nginx package supplies a /etc/init.d/nginx script that provides the usual start|stop|restart|reload ... functionality.
/etc/init.d/nginx restart
// will restart nginx as will
service nginx restart