Thank you for your reply. You are correct -- text/html was being sent prior to the response. I should have seen that. Much appreciated.by soulodd - Nginx Mailing List - English
Currently the application that is passing the X-Accel-Redirect uri back to nginx must set the Content-type header otherwise it will automatically be set to the default_type setting. Is there a way to get nginx to automatically detect the mime settings and transmit it? I've tried: fastcgi_ignore_headers Content-Type, but that gave me the error (taken from http://serverfault.com/questions/195060/nby soulodd - Nginx Mailing List - English