Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: отключить кэширование д ля авторизованных польз ователей
- To: nginx-ru@xxxxxxxxx
- Subject: Re: отключить кэширование д ля авторизованных польз ователей
- From: Илья Шипицин <chipitsine@xxxxxxxxx>
- Date: Tue, 26 Oct 2010 22:17:57 +0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ojy4vBpcwqiiR24bmgFLooGaLxVvI5jA2HVJQJUHfMA=; b=iFwsVwg+CCZfIyFfSbYZj5noSqyN2Q12QdUnc3R9NDSkyNdRg9vQPnHX9vejDJ1pnI MzS1qr6Ea2/8i781T+E3CdSryeSQdKZjLHc/CTO5X21PDUDjTqpwTeAtrIueLlMi0Svz FJI1i+u5Vce5oFkfrgiTW52Qmi0IYhyv6CU8E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=UkqcbKrgeB3ZqTbTngHKfP8LFJzXg4lRmrKCXbzslHr8YfETrT+mIeYVLuL5ePgrUi jkhcgp5fOBGURtR1G7DJeuRPTNQzQVu3EepGlSYDGlOgDIfVFmtRXtG08nmKGkfvhimY InlEYrRJLj0J97T2S+gmh8fN1ygPvCsyVcqQ8=
- In-reply-to: <c4acd026ad5ab48da374ad4d47c45bbd.NginxMailingListRussian@xxxxxxxxxxxxxxx>
- References: <c4acd026ad5ab48da374ad4d47c45bbd.NginxMailingListRussian@xxxxxxxxxxxxxxx>
а попробуйте добавить $http_cookie в proxy_cache_key ? кешировать
будет конкретного пользователя (по куке) при условии, что документ не
устарел, вроде неплохо ?
26 октября 2010 г. 19:22 пользователь Dmitry Veselov
<nginx-forum@xxxxxxxx> написал:
> как это можно осуществить?
>
> пробовал вот так:
> [code]
> if ($http_cookie ~* "portalaliasid=([^;]+)(?:;|$)" ) {
> break;
> proxy_cache off;
> }
> [/code]
> но
> [code]
> [emerg]: "proxy_cache" directive is not allowed here
> [/code]
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,144647,144647#msg-144647
>
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|