Skip to content

Instantly share code, notes, and snippets.

@plasx
Last active March 17, 2020 16:20
Show Gist options
  • Save plasx/5f3fe77386553c72d331a9e4a0fe92fd to your computer and use it in GitHub Desktop.
Save plasx/5f3fe77386553c72d331a9e4a0fe92fd to your computer and use it in GitHub Desktop.
Useful Gunicorn Nginx Commands

reload changes in nginx gunicorn files in system

sudo systemctl daemon-reload

Look at nginx errors live

sudo tail -f /var/log/nginx/error.log

see which gunicorn jobs are running

ps aux | grep gunicorn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment