Re: x-accel-redirect и content-type text/html

Maxim Dounin mdounin at mdounin.ru
Fri Feb 14 13:26:26 UTC 2014


Hello!

On Fri, Feb 14, 2014 at 03:31:33AM -0500, ruNovel wrote:

> Добрый день!
> 
> Собственно возникла проблема с X-Accel-Redirect. Он постоянно отдает content
> type - text/hrml.
> Вот скрипт который обрабатывает отдачу файла:
> header("Pragma: public");
> header("Expires: 0");
> header('Content-Description: File Transfer');
> header('Content-Length: ' . filesize($realFile));
> header('Content-Disposition: attachment; filename=' . $filename . '');
> header('Content-Transfer-Encoding: binary');
> header('Content-Type: application/pdf', true);
> header('X-Accel-Redirect: ' . $aliasedFile);
> 
> Конфиг на Nginx 
> location /files {
>         internal;
>         root /var/www/site.com/www;
>         gzip off;
>         #add_header Content-Type application/pdf; это временный костыль
> }
> 
> Пока пользуюсь костылем. Что делать?

Включите debug log и посмотрите, что php возвращает на самом деле.  
Клиенту должен уходить тот Content-Type, который был возвращён 
вместе с X-Accel-Redirect.

http://nginx.org/ru/docs/debugging_log.html

-- 
Maxim Dounin
http://nginx.org/



Подробная информация о списке рассылки nginx-ru