Openresty has an option for specifying the path to the LuaJIT. The NGXIN/Lua module uses co-routines for each request. However, Tarantool uses Fibers instead of Co-routines.
Does this mean you would have to create a custom lua-nginx-module that uses the Tarantool's Fibers?
Or are there other reasons why Tarantool shouldn't be embedded inside of Openresty/NGINX for tiny apps (i.e. without a multi-machine setup)?