aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
index 1ac9aff..e66571f 100644
--- a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
+++ b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
@@ -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;