I have an existing nginx caching server with a few custom modules. I would like to migrate to openresty to take advantage of luajit. Can I still continue to use my custom modules. Please point me to to the documtation for compiling nginx custom modules with openresty.
compiling custom nginx modules with openresty
20 days later
just like how you build nginx.
the configure is from openresty tarball
./configure --help | grep add
--with-http_addition_module enable ngx_http_addition_module
--add-module=PATH enable external module
--add-dynamic-module=PATH enable dynamic external module