This commit is contained in:
XiaoLi
2023-07-23 21:47:36 +08:00
committed by XiaoLi
parent 30f2b77ab0
commit 55487dd68f
-1
View File
@@ -1,6 +1,5 @@
-- 指定模块引用目录,否则无法加载同目录下的其他文件
--package.path = package.path .. ';/usr/local/opt/openresty/nginx/scripts/?.lua';
--package.path = package.path .. ';/Users/liyong/Code/AlchemyStudio/resty_functions/scripts/?.lua';
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
local upyun_upload = {}