Skip to content

Instantly share code, notes, and snippets.

@katmutua
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save katmutua/368db9760f447a04aec2 to your computer and use it in GitHub Desktop.

Select an option

Save katmutua/368db9760f447a04aec2 to your computer and use it in GitHub Desktop.
uwsg + nginx + supervisor error code debug notes
504: Timeout: Ensure that the socket used in nginx upstrem is the same set for uwsgi
502: Bad Gateway: Your app is not running, debug your supervisor run app using superviosrctl
400: Ensure that you have the ALLOWED_HOSTS= '*' or your domain set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment