On Wed, Dec 12, 2012 at 05:49:11PM -0500, mattphi wrote:
nginx version: 1.2.4
Any help would be appreciated!
The “upstream sent too much data” error means your upstream
(backend) server returned incorrect response, with Content-Length
not matching the content returned. This indicate something wrong
happens on your backend, either in your code or in the
framework/backend server you use, and might result in undefined
behaviour.