Welcome! Log In Create A New Profile

Advanced

Re: Caching front page depending on cookie

September 17, 2010 10:26AM
On Fri, Sep 17, 2010 at 04:11:59PM +0200, Thomas Delonge wrote:

> Igor Sysoev wrote:
> > On Fri, Sep 17, 2010 at 03:30:11PM +0200, Thomas Delonge wrote:
> >
> >>
> >> I'm using a more recent development version of nginx.
> >
> > location = / {
> > fastcgi_pass ...
> > fastcgi_cache ...
> > fastcgi_cache_bypass $cookie_NAME;
> > fastcgi_no_cache $cookie_NAME; # to not save response in
> > cache
> > }
> >
> >
> > --
> > Igor Sysoev
> > http://sysoev.ru/en/
>
> So where is it caching it?

http {
factcgi_cache_path /path/to/cache keys_zone=CACHE:10m;

server {
location = / {
fastcgi_cache CACHE;
...

> And how can I be sure I've set it up right to
> see if it's serving the cached page? Thanks.

If you request with cookie "NAME" fastcgi_cache_bypass forbids to look up
cache. You may log $cookie_NAME and $upstream_cache_status variables
to how requests are served.


--
Igor Sysoev
http://sysoev.ru/en/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Caching front page depending on cookie

Thomas Delonge September 17, 2010 09:34AM

Re: Caching front page depending on cookie

Igor Sysoev September 17, 2010 09:58AM

Re: Caching front page depending on cookie

Thomas Delonge September 17, 2010 10:18AM

Re: Caching front page depending on cookie

Igor Sysoev September 17, 2010 10:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 223
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready