Merge "Issue-id: OCS-101"
authorHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 10 Oct 2016 01:20:37 +0000 (01:20 +0000)
committerGerrit Code Review <gerrit@open-o.org>
Mon, 10 Oct 2016 01:20:37 +0000 (01:20 +0000)
1  2 
msb-core/eag-openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/openomsb.conf

@@@ -18,7 -18,7 +18,7 @@@
  #
  
  server {
-    listen 8080;
+    listen 8181;
     default_type text/html;
     add_header X-Cache-Status $upstream_cache_status;
     
@@@ -73,8 -73,8 +73,8 @@@
                  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;
     }