I tried to deploy my rails app on nginx and ubuntu via capistrano like the tutorial on the page https://gorails.com/deploy/ubuntu/14.04. but at the end i get an error message:
Incomplete response received from application
in my browser. this is probably an error from passenger, but how can i figure out what to do?
passenger_buffer_response off;
? https://mcmap.net/q/281147/-incomplete-response-body-being-returned-from-rails-3-app-with-rabl/1454117 – Derelictionpassenger_buffer_response_off
is unrelated to his problem and won't help. A long time ago there was a bug in the response buffering code, but that bug has long been fixed, so the solution in the StackOverflow post you posted no longer applies. – Meshwork