The relevant nginx configuration entry for uwsgi is (kinda logically) uwsgi_read_timeout. (http://wiki.nginx.org/HttpUwsgiModule#uwsgi_read_timeout)
Try that? :) - Aarni From: [email protected] [mailto:[email protected]] On Behalf Of Rui Pacheco Sent: 5. toukokuuta 2014 12:47 To: [email protected] Subject: [uWSGI] Errors in nginx logs I have setup uwsgi to work with nginx but I keep seeing these errors on my logs: 2014/05/05 11:45:14 [error] 9149#0: *268037 upstream timed out (110: Connection timed out) while reading upstream, client: 86.36.49.200, server: api.xxx.com, request: "GET /socket HTTP/1.1 ", upstream: "uwsgi://unix:/var/run/uwsgi/xxx.sock:", host: "api.xxx.com" Google says I should change my nginx settings: fastcgi_read_timeout 300s; or proxy_read_timeout 300; but neither seems to work. Has anyone fixed this before? _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
