This commit is contained in:
2023-07-23 00:15:17 +08:00
parent 13b3b7cf95
commit 632d53dbb9
+1 -1
View File
@@ -40,7 +40,7 @@ function upyun_upload.upload(filepath, filename)
else else
ngx.status = 200 ngx.status = 200
local fullpath = ngx.var.upyun_domain .. "/" .. directory .. "/" .. filename local fullpath = ngx.var.upyun_domain .. "/" .. directory .. "/" .. filename
ngx.log(ngx.INFO, "UPYUN URL -> ", fullpath) ngx.log(ngx.INFO, "SUCCESS UPLOAD -> UPYUN URL -> ", fullpath)
ngx.say(fullpath) ngx.say(fullpath)
end end
end end