Re: Как проставить no-cache
Евгений Григоренко
partizan4ik at gmail.com
Tue Nov 17 14:02:15 MSK 2009
Мое предположение такое:
location ~* ^.+\\.(jpg|jpeg|gif|png|bmp)$ {
proxy_pass http://127.0.0.1:8080;
proxy_set_header "Cache-Control: no-cache";
proxy_set_header "Content-type: image/png";
}
17 ноября 2009 г. 13:04 пользователь <johnbat26 at gmail.com> написал:
> Привет всем.
> Подскажите как проставить на все рисунки возвращаемые из back-end
> заголовок:
> Cache-Control: no-cache
> Content-type: image/png
>
> ?
> --
> Best Regards, Eugene Batogov
> _______________________________________
> Senior engineer-programmer
> СTI - Communications. Technology. Innovations.
> Tel: +7 (495) 784-73-13 * 2551
> Fax: +7 (495) 784-73-14
> e-mail: e.batogov at cti.ru
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20091117/2a26ce41/attachment.html>
More information about the nginx-ru
mailing list