Welcome! Log In Create A New Profile

Advanced

Re: Nginx logic (if cookie set, redirect here…) Is it possible?

May 28, 2010 11:28AM
On Fri, May 28, 2010 at 05:20:29PM +0200, Thomas Delonge wrote:

> Igor Sysoev wrote:
> > On Fri, May 28, 2010 at 04:47:47PM +0200, Thomas Delonge wrote:
> >
> >> proxy_cache_use_stale error timeout invalid_header updating
> >> http_500 http_502 http_503 http_504;
> >>
> >> And it helps a ton. (instead of 15 requests per second it gets over
> >> 1000). Now I just need some sort of "server logic" to say only serve the
> >> cached page if they have no cookie, otherwise, load the dynamic page
> >> (which will automatically redirect them into the app).
> >>
> >> Any ideas?
> >
> > You should get the latest nginx version 0.8.38 and add:
> >
> > proxy_no_cache $cookie_NAME;
> >
> >
> > --
> > Igor Sysoev
> > http://sysoev.ru/en/
>
> Thanks so much. I'll install that version then.
>
> I've had troubles understanding some things (with Nginx in general). I
> understand the general structure of the configuration and virtual hosts
> and such. But I haven't really understood the variables. When you say
> $cookie_NAME, does that mean I literally put that? Or Do I put
> $cookie_SOMETHINGELSEHERE?

If you cookie name is "user" then you should use $cookie_user.


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

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

Nginx logic (if cookie set, redirect here…) Is it possible?

Thomas Delonge May 28, 2010 10:52AM

Re: Nginx logic (if cookie set, redirect here…) Is it possible?

Igor Sysoev May 28, 2010 10:54AM

Re: Nginx logic (if cookie set, redirect here…) Is it possible?

Thomas Delonge May 28, 2010 11:24AM

Re: Nginx logic (if cookie set, redirect here…) Is it possible?

Igor Sysoev May 28, 2010 11:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 232
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