Skip to content

Instantly share code, notes, and snippets.

@vanities
Last active August 22, 2017 19:50
Show Gist options
  • Save vanities/38de563d6a21e8116e5a4a1ecb60d8c0 to your computer and use it in GitHub Desktop.
Save vanities/38de563d6a21e8116e5a4a1ecb60d8c0 to your computer and use it in GitHub Desktop.
# restart nginx systemd service
sudo service nginx restart
# restart uwsgi config
sudo uwsgi --ini /var/www/homedash/uwsgi.ini
# troublshooting nginx
tail -f /var/log/nginx/access.log
tail -f /var/log/nginx/error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment