Commit 181f7b3c authored by daidekun's avatar daidekun

fixbugs

parent 0efea538
...@@ -17,8 +17,8 @@ server { ...@@ -17,8 +17,8 @@ server {
location / { location / {
expires -1; expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/conf/conf.d/lua/toChannel.lua; set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/toChannel.lua;
header_filter_by_lua_file /usr/local/openresty/nginx/conf/conf.d/lua/addCookie.lua; header_filter_by_lua_file /usr/local/openresty/nginx/lua/addCookie.lua;
root $rootPath; 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