Hello!
On Thu, Mar 13, 2014 at 5:28 AM, Pongo wrote:
> Alternately, is it possible to ensure that the ngx_lua module's output
> filters are run at the tail end of the phase, similar to the rewrite filter?
>
Not possible without hacking the source of the nginx core. AFAIK, the
nginx core ensures that all 3rd-party output filter modules always run
before its standard range filter module.
I don't see why you cannot implement an efficient and also flexible
content generator here in Lua yourself.
Regards,
-agentzh