viernes, 12 de mayo de 2017

Commands Service NgInx

Commands  Service NgInx
The same commands can be used to start / stop / restart the nginx server on a Ubuntu Linux:
sudo systemctl start nginx 
sudo systemctl stop nginx 
sudo systemctl restart nginx
OR
sudo service nginx start
sudo service nginx stop
sudo service nginx restart
OR
sudo /etc/init.d/nginx start
sudo /etc/init.d/nginx stop
sudo /etc/init.d/nginx restart

No hay comentarios.:

Publicar un comentario