Hello!
On Sun, Apr 27, 2014 at 8:42 AM, rvsw wrote:
> In the current release, multiple occurrences of rewrite_by_lua_file is not
> supported for the same server. This is convenient in the case where there
> are multiple persons working to add different independent functionality at
> the rewrite stage. Is this something which is feasible in future or do you
> think that the current design precludes that
You're recommended to collaborate on the Lua language level. You can
combine things with different Lua modules anyway. This is also much
more efficient (in terms of runtime performance) than multiple
rewrite_by_lua_file directives (even if there were such things).
Regards,
-agentzh