fix
This commit is contained in:
@@ -6,4 +6,7 @@ local file_to_upload = string.match(ngx.var.request_uri, ".*/(.*)")
|
||||
local file_dir = ngx.var.tmp_file_dir
|
||||
local fullpath = file_dir .. "/" .. file_to_upload .. ".jpeg";
|
||||
|
||||
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> ', fullpath)
|
||||
|
||||
|
||||
upyun_upload.upload(fullpath)
|
||||
Reference in New Issue
Block a user