Last active
August 22, 2017 19:50
-
-
Save vanities/38de563d6a21e8116e5a4a1ecb60d8c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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