fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user