On Thu, Mar 12, 2015 at 1:18 PM, John Goodyear <[email protected]> wrote: > nginx looks like this: > > location / { > uwsgi_pass unix:/tmp/uwsgi.sock; > uwsgi_buffering off; > uwsgi_read_timeout 120s; > uwsgi_send_timeout 120s; > include uwsgi_params; > }
I guess the obvious first question is: How long is the download taking and is it hitting that 120 second timeout limit? _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
