This commit is contained in:
XiaoLi
2022-08-25 19:15:32 +08:00
committed by 阿男
parent 0450fbd769
commit 33cede63aa
6 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function upyun_upload.upload(filepath, filename)
return
else
ngx.status = 200
local fullpath = ngx.var.upyun_cdn .. directory .. "/" .. filename
local fullpath = ngx.var.$upyun_domain .. "/" .. directory .. "/" .. filename
ngx.log(ngx.INFO, "UPYUN URL -> ", fullpath)
ngx.say(fullpath)
end