Commit 097031ac authored by wentao.suo's avatar wentao.suo
parents 36da0ffa 06869279
......@@ -12,12 +12,15 @@ server {
set $normalPath "/home/quant_group/xyqb-ui/dist/public";
set $channelPath "/home/quant_group/xjd-ui/dist";
set $registerChannel "864,158744";
set $merchantChannel "";
set $registerChannel "999999";
set $merchantChannel "";
set $excludeChannel "504,900";
set $tailNumber "1,2,3,4,5,6,7,8,9";
location / {
expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/toChannel.lua;
expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/phoneChannel.lua;
header_filter_by_lua_file /usr/local/openresty/nginx/lua/addCookie.lua;
root $rootPath;
......@@ -25,4 +28,3 @@ server {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment