ПРОЕКТЫ 


  АРХИВ 


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: отключить кэширование д ля авторизованных польз ователей



Hello!

On Tue, Oct 26, 2010 at 09:22:22AM -0400, Dmitry Veselov wrote:

> как это можно осуществить?
> 
> пробовал вот так:
> [code]
> if ($http_cookie ~* "portalaliasid=([^;]+)(?:;|$)" ) {
>             break;
>             proxy_cache off;
> }
> [/code]
> но
> [code]
> [emerg]: "proxy_cache" directive is not allowed here
> [/code]

proxy_cache_bypass $cookie_portalaliasid;
proxy_no_cache $cookie_portalaliasid;

Maxim Dounin

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.