Hi list,
we're building a lua-based loadbalancer for nginx, using lua to manipulate
the list of available upstream-servers, creating cookies for stickyness etc;
my question: is the an easy way to manipulate configured
servers from upstream_module? if not, would it be easy and
advisable to create a module to make the upstream_list
configurable during runtime?
i'd like to stick with the upstream-module, since all
routines for timeouts, failure etc is already there and
well tested, and would like to use lua to manipulate the
upstzream_list, e.g. take servers out of the config, mark servers
backup etc.
i searched google, but except a lot of question to this topic i
found no answer (yet)
regards,
mex