ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Изменение http-кода



Спасибо, заработало.

2008/10/22 Igor Sysoev <is@xxxxxxxxxxxxx>:
> On Wed, Oct 22, 2008 at 05:22:28PM +0600, Rauan Maemirov wrote:
>
>> Есть location
>>
>>         location ^~ /images/ {
>>
>>             access_log off;
>>             expires 30d;
>>             alias /var/images/;
>>             error_page 404 /image.gif;
>>         }
>>
>>         location ~ "\.(ico|jpg|png|gif)$" {
>>             access_log off;
>>             error_log off;
>>             expires 30d;
>>             root /var/www/images;
>>         }
>>
>> Как сделать так, чтобы при попадании во второй location (404 от
>> первого) выдавался нормальный код, например 304?
>
> http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#error_page
>
> -            error_page 404 /image.gif;
> +            error_page 404 = /image.gif;
>
>
> --
> Игорь Сысоев
> http://sysoev.ru
>
>


 




Copyright © Lexa Software, 1996-2009.