reorg modules

This commit is contained in:
moicen
2022-06-28 22:47:38 +08:00
committed by 木逸辰
parent c892e8fb41
commit f06c818f4a
16 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> start')
local upyun_upload = require("upyun_upload")
local upyun_upload = require("lib.upyun_upload")
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> upyun_upload loaded')
local file_to_upload = string.match(ngx.var.request_uri, ".*/(.*)")