Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Created February 2, 2014 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxcnunes/8762388 to your computer and use it in GitHub Desktop.
Save maxcnunes/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