fix issue: OCS-100 module cjson not found
[msb/apigateway.git] / msb-core / openresty-ext / src / assembly / resources / openresty / nginx / conf / nginx.conf
index 1ac9aff..e66571f 100644 (file)
@@ -56,7 +56,8 @@ http {
 
     # Lua settings
     lua_package_path "$prefix/../lualib/?.lua;$prefix/luaext/?.lua;;";
-
+       lua_package_cpath "$prefix/../lualib/?.so;;";
+       
     lua_shared_dict ceryx 10M;
     lua_code_cache on;