Hi
I am new to openresty and tried running openresty-1.5.8.1 before successfully with added require "resty.core" in my init.lua file which is initialized by nginx.conf.
lua_package_path "$prefix/api/?.lua;;";
init_by_lua_file "api/init.lua";
However, in openresty-1.5.11.1, I cannot run it. Any idea what's is happening there?