Thank you for all inputs. Right now I am trying the sticky module in nginx open source.
Has anyone used sticky module? I am not able to understand the configuration present at
https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng
which mentions:
Installation
You'll need to re-compile Nginx from source to include this module. Modify your compile of Nginx by adding the following directive (modified to suit your path of course):
./configure ... --add-module=/absolute/path/to/nginx-sticky-module-ng
make
make install
-------------------------------------------
1.what exactly I need to add in config file and under which directive?
2.Where do I place the sticky module files?
3. On a trial basis I am setting uo nginx on my windows 7 machine, but couldnt find sticky module for windows. Can i use the normal sticky module?
Has anyone used sticky module? I am not able to understand the configuration present at
https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng
which mentions:
Installation
You'll need to re-compile Nginx from source to include this module. Modify your compile of Nginx by adding the following directive (modified to suit your path of course):
./configure ... --add-module=/absolute/path/to/nginx-sticky-module-ng
make
make install
-------------------------------------------
1.what exactly I need to add in config file and under which directive?
2.Where do I place the sticky module files?
3. On a trial basis I am setting uo nginx on my windows 7 machine, but couldnt find sticky module for windows. Can i use the normal sticky module?