Commit 6ea5085a authored by tywldx's avatar tywldx

fix

parent e25ede71
......@@ -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 $registerChannel "999999";
set $merchantChannel "";
set $excludeChannel "504,900";
set $tailNumber "0,1,2,3,4,5,6,7,8,9";
location / {
expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/toChannel.lua;
set_by_lua_file $rootPath /usr/local/openresty/nginx/conf/conf.d/lua/phoneChannel.lua;
header_filter_by_lua_file /usr/local/openresty/nginx/lua/addCookie.lua;
root $rootPath;
......@@ -25,4 +28,3 @@ server {
}
}
\ No newline at end of file
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