fix
This commit is contained in:
@@ -9,8 +9,7 @@ end
|
||||
|
||||
local file_to_check = string.match(ngx.var.request_uri, ".*/(.*)")
|
||||
local file_dir = ngx.var.tmp_file_dir
|
||||
|
||||
local fullpath = file_dir .. "/" .. file_to_check .. ".jpeg";
|
||||
|
||||
ngx.log(ngx.INFO, "FILE TO CHECK -> ", fullpath)
|
||||
ngx.say(file_exists(fullpath))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user