Random Nginx Internal Server Error
I'm running gunicorn with nginx as a reverse proxy. My error log (info) shows:
"upstream sent too much data while reading upstream"
Nginx version: 1.2.4
Any help would be appreciated!
Thanks
2 Replies
After checking on the backend side, I found out that this was caused by a misplaced import.
Thanks!