Hello!
On Mon, Sep 8, 2014 at 4:47 AM, Donatas Abraitis wrote:
> is it possible to make openresty as flexible as possible with dynamic
> configuration? I mean is it possible to change proxy_read_timeout using Lua
> and every other parameter?
>
It requires the standard proxy_read_timeout directive and etc support
nginx variables. The standard ngx_proxy module is out of my control.
You can either request the feature in the official nginx mailing list
or submit a patch for the nginx core to the nginx-devel mailing list.
Regards,
-agentzh