Last active
August 29, 2015 14:27
-
-
Save katmutua/368db9760f447a04aec2 to your computer and use it in GitHub Desktop.
uwsg + nginx + supervisor error code debug notes
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
| 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