Created
March 13, 2013 17:35
-
-
Save stvbdn/5154376 to your computer and use it in GitHub Desktop.
504 Timeout Error [Django]
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
If you are doing a process that takes a long time and get a 504 timeout error. It may be because your nginx isnt configured to handle the long load time. | |
add: uwsgi_read_timeout 900; | |
to the nginx.conf file and it should work. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment