Commit aa25f846 authored by tywldx's avatar tywldx

fix

parent 7c561af1
...@@ -19,7 +19,7 @@ server { ...@@ -19,7 +19,7 @@ server {
expires -1; expires -1;
set_by_lua_file $rootPath /usr/local/openresty/nginx/lua/toChannel.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; 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