restart ubuntu nginx not running
  easystem   25 April 2019   fix error

sudo systemctl enable nginx.service

// try a reboot

sudo reboot

// check status of nginx

sudo systemctl status nginx.service

// can start it with this to see if it's running properly

sudo systemctl start nginx.service

Tags :

nginx

Bagikan :