Skip to content

Instantly share code, notes, and snippets.

@francois-blanchard
Created January 12, 2015 11:25
Show Gist options
  • Select an option

  • Save francois-blanchard/4d7fbf4acca6090ba10e to your computer and use it in GitHub Desktop.

Select an option

Save francois-blanchard/4d7fbf4acca6090ba10e to your computer and use it in GitHub Desktop.
Debbuging NGINX configuration
# Debbuging NGINX configuration
```
# check error log
tail /var/log/nginx/error.log
# check syntax nginx conf
nginx -t
# reload nginx after fix
service nginx reload
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment