OCS-95 OCS-99 driver mgr. response 404
authorHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 10 Oct 2016 00:50:13 +0000 (08:50 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 10 Oct 2016 00:50:29 +0000 (08:50 +0800)
Issue-Id: OCS-95
Change-Id: Ibb0d3b9d872ff0da024b2c42c06287211c102bec
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
msb-core/eag-openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/openomsb.conf

index c0ffe3c..27f0300 100644 (file)
@@ -73,8 +73,8 @@ server {
                  set $apiurl "";
 
           # Lua files
-          rewrite_by_lua_file luaext/openoapirouter.lua;
-                 access_by_lua_file luaext/execute_auth.lua;
+          rewrite_by_lua_file luaext/openoapirouter.lua;
+                 access_by_lua_file luaext/execute_auth.lua;
                  
           proxy_pass http://$apiserver;
    }