This commit is contained in:
2023-07-22 23:32:40 +08:00
parent 31cabadf35
commit b8f5c67c53
+1 -1
View File
@@ -49,7 +49,7 @@ local function read_form_file()
if file_name then
file = io.open(file_dir .. "/" .. file_name, "w+")
ngx.log(ngx.INFO, "FILENAME -> ", file_name)
ngx.log(ngx.INFO, "TO COMBINE FILENAME -> ", file_name)
if not file then
ngx.say("failed to open file ", file_name)
return