Commit 3f5dd51f authored by tywldx's avatar tywldx

t

parent e815f62b
......@@ -12,16 +12,14 @@ server {
set $normalPath "/home/quant_group/paycenter-ui/dist";
set $channelPath "/home/quant_group/new-paycenter-ui/dist";
set $registerChannel "758,222,198";
set $registerChannel "222";
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/phoneChannel.lua;
header_filter_by_lua_file /usr/local/openresty/nginx/lua/addCookie.lua;
# set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/toChannel.lua $registerChannel $merchantChannel $cookie_registerFrom $cookie_merchantId $arg_registerFrom $arg_merchantId $normalPath $channelPath;
# header_filter_by_lua_file /usr/local/openresty/nginx/lua/addCookie.lua;
root $rootPath;
try_files $uri $uri/ /index.html?$query_string;
......
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