Skip to content

Instantly share code, notes, and snippets.

@stvbdn
Created March 13, 2013 17:35
Show Gist options
  • Save stvbdn/5154376 to your computer and use it in GitHub Desktop.
Save stvbdn/5154376 to your computer and use it in GitHub Desktop.
504 Timeout Error [Django]
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