I have a problem with my nginx+uwsgi configuration for my django app, I keep getting this errors in the uwsgi error log:
Wed Jan 13 15:26:04 2016 - uwsgi_res
Alternative solution is to put the following settings in uWSGI config:
ignore-sigpipe = true ignore-write-errors = true disable-write-exception = true
See https://github.com/getsentry/raven-python/issues/732