Hello!
On Thu, Mar 6, 2014 at 10:58 AM, Chris Whitten wrote:
> Because the backends are
> unknown to this Nginx server at the time of server-start, I am unable to use
> the upstream module, and lose the ability to set the necessary keepalive
> policys for HTTP 1.1 when passing requests to these backends. What can I do
> to set HTTP 1.1 and a keepalive value without using the upstream module?
>
Well, you can try out one of those lua-resty-http libraries out there
with the ngx_lua module. For example, James Hurst's version:
https://github.com/pintsized/lua-resty-http
Regards,
-agentzh