Commit 18aa8af3 authored by tywldx's avatar tywldx

fix

parent 38647293
......@@ -15,14 +15,11 @@ server {
set $registerChannel "222";
set $merchantChannel "";
set $excludeChannel "222,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;
# 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