Commit 28bc5003 authored by tywldx's avatar tywldx

f

parent a6524203
...@@ -18,10 +18,7 @@ server { ...@@ -18,10 +18,7 @@ server {
location / { location / {
expires -1; expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/phoneChannel.lua; set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/phoneChannel.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; 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