From a9dad4aa13e9ab065192f9b8ec957ce13f4c7091 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sun, 9 Oct 2016 11:55:10 +0800 Subject: fix issue: OCS-100 module cjson not found Issue-Id: OCS-100 Change-Id: I696a2bff2554a615730ab36fb0b4a3ce67fc2056 Signed-off-by: HuabingZhao --- .../src/assembly/resources/openresty/nginx/conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit 1.2.3-korg