[edit] uwsgi_read_timeout

syntax: uwsgi_read_timeout time

default: uwsgi_read_timeout 60

context: http, server, location

Directive sets the amount of time for upstream to wait for a uwsgi process to send response data. Change this directive if you have long running uwsgi processes that do not produce output until they are finished processing. If you are seeing an upstream timed out error in the error log, then increase this parameter to something more appropriate.


Module: HttpUwsgiModule