modify details

This commit is contained in:
liyong
2022-02-08 14:14:57 +08:00
committed by XiaoLi
parent 022679a784
commit 9c4c0ccb2c
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
-- 指定模块引用目录,否则无法加载同目录下的其他文件
--package.path = package.path .. ';/usr/local/opt/openresty/nginx/scripts/?.lua';
package.path = package.path .. ';$script_path/?.lua';
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
local yun = require("upyun")
local cjson = require "cjson"