add new lines on eof

This commit is contained in:
Karol Wypchlo 2021-06-04 12:35:16 +02:00
parent ed7c1f71c7
commit aa34c1f088
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ if ($request_id ~* "(\w{2})(\w{2})(\w+)") {
set $dir1 $1;
set $dir2 $2;
set $dir3 $3;
}
}

View File

@ -16,4 +16,4 @@ log_by_lua_block {
ngx.log(ngx.ERR, "accounts endpoint /track/download/" .. skylink .. " failed with error " .. statusCode)
end
end
}
}

View File

@ -15,4 +15,4 @@ log_by_lua_block {
ngx.log(ngx.ERR, "accounts endpoint /track/upload/" .. skylink .. " failed with error " .. statusCode)
end
end
}
}