Files
resty_functions/dev/download_image/download_image.lua
T
2021-09-06 19:33:30 +08:00

7 lines
283 B
Lua

---- Get download image id
--local download_image_id = string.match(ngx.var.request_uri, ".*/(.*)$")
--ngx.log(ngx.INFO , "Download image id: " .. download_image_id)
--
---- Set redirect uri
--local uri = "/internal_file_upload/" .. download_image_id .. ".jpg"
--return ngx.exec(uri)