Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Как узнать response content type?
Hello!
On Wed, Dec 19, 2012 at 10:09:13AM -0500, F1restorm wrote:
> Как сделать работоспособной следующую конструкцию? Нужно показывать разные
> страницы ошибок в зависимости от content type из response.
>
> location / {
> if ($response_content_type = application/xml) {
> error_page 5xx /error_5xx.html;
> }
> }
>
> Переменная $content_type содержит значение от request и не подходит.
> Переменной типа $response_content_type не нашел.
Как вы собираетесь узнать Content-Type ответа до того, как
выберете, какой именно ответ послать?
--
Maxim Dounin
http://nginx.com/support.html
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|