Hello!
On Thu, Jan 23, 2014 at 12:17 AM, elspiko.esq wrote:
>
> I'm building a Nginx Lua module which has a UI
This sounds fun. A web UI for ngx_lua? Do you have any screenshots or
other samples? :)
> and I'm wondering what the best way is of essentially bundling up the assets of the UI into the module so it's as plug and play as possible?
>
We will have a dedicated package management system for such plugins
and libraries :)
> I know the conf file could be updated to include separate locations for the assets but if there is a nicer solution I'd like to use that obviously.
>
Adding separate locations to nginx.conf is the right way to go :)
Regards,
-agentzh