Hi all,
I am searching through this Group and other resources but can't easily find information leading me to the direction of a possible solution.
I am new to OpenResty and I like lua a lot but still i might opt for a custom nginx module to do one of the tricks i need.
In this specific case I am in need of Sticky Sessions.
There is a lua modul for it
https://github.com/canhnt/lua-sticky-session
but now i also found a nginx module
https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/src/master/
So my challenge now is how to build a new Nginx and after that build OpenResty on top of that ?
Or is there some other way to achieve the same goal
Regards,
Corné