fix issue: OCS-100 module cjson not found
authorHuabingZhao <zhao.huabing@zte.com.cn>
Sun, 9 Oct 2016 03:55:10 +0000 (11:55 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Sun, 9 Oct 2016 03:55:34 +0000 (11:55 +0800)
Issue-Id: OCS-100
Change-Id: I696a2bff2554a615730ab36fb0b4a3ce67fc2056
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
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;