Skip to content

Instantly share code, notes, and snippets.

@valakhosravi
Last active April 4, 2020 14:26
Show Gist options
  • Save valakhosravi/323475665e5cdc9fcf48096efd7a6694 to your computer and use it in GitHub Desktop.
Save valakhosravi/323475665e5cdc9fcf48096efd7a6694 to your computer and use it in GitHub Desktop.
Updating django app on nginx
sudo systemctl restart gunicorn
sudo systemctl daemon-reload
sudo systemctl restart gunicorn.socket gunicorn.service
sudo nginx -t && sudo systemctl restart nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment