Sandy B
Sandy B

Reputation: 123

Ubuntu Server Nginx Error after rebooting the server

An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again later. If you are the system administrator of this resource then you should check the error log for details. Faithfully yours, nginx.

I rebooted the server just before happening this using sudo reboot now since it is an ubuntu server. I checked this .I did not understand any of it unfortunately. Also I cant access any of the pages in the specific site of mine which is showing this error.

The error.log is empty on the location /var/log/nginx

error.log.1 has some logs which happens months ago. Same for access.log.1

I am not a network guy.

Upvotes: 0

Views: 657

Answers (1)

Ivan Cherviakov
Ivan Cherviakov

Reputation: 538

sudo service nginx status
sudo service nginx start

could be that for some reason nginx not started after reboot

Upvotes: 2

Related Questions