Skip to content

Instantly share code, notes, and snippets.

@maxclaus
Created February 2, 2014 02:55
Show Gist options
  • Save maxclaus/8762388 to your computer and use it in GitHub Desktop.
Save maxclaus/8762388 to your computer and use it in GitHub Desktop.
Nginx not running with no error message
# 1. discover what is wrong
sudo nginx -t
# 2. fix everything
# 3. restart the service
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment