Commit e209252e authored by daidekun's avatar daidekun

修改lua位置

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