Commit be50b618 authored by tywldx's avatar tywldx

f

parent 28bc5003
......@@ -14,12 +14,18 @@ server {
set $registerChannel "222";
set $merchantChannel "";
set $excludeChannel "222,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/phoneChannel.lua;
try_files $uri $uri/ /index.html?$query_string;
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;
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