upstream using header value

Jérôme Loyet jerome at loyet.net
Mon Jun 7 02:45:09 MSD 2010


2010/6/1 rovar <nginx-forum at nginx.us>:
> The module is very easy to install and use. I just tested it. As far as mainlining into nginx, I would think that a generic module which can offer session stickyness for _any_ configurable cookie/query would certainly be worth including into the nginx main package. ** But that's not my call.
>

Hi there,

I've been working on a sticky upstream module for nginx. I just
released the 1.0-rc1.

http://code.google.com/p/nginx-sticky-module/

Usage is simple:
upstream {
  sticky name=route domain=.foo.bar path=/;
  server 127.0.0.1:9000;
  server 127.0.0.1:9001;
  server 127.0.0.1:9002;
}

This module is just a frontend to the default round robin in-core nginx module.

++ Jerome

>
> **  In fact, I'm working on one now, I'll let you know how it goes :)
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,92528,92950#msg-92950
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list