add new lines on eof
This commit is contained in:
parent
ed7c1f71c7
commit
aa34c1f088
|
@ -8,4 +8,4 @@ if ($request_id ~* "(\w{2})(\w{2})(\w+)") {
|
||||||
set $dir1 $1;
|
set $dir1 $1;
|
||||||
set $dir2 $2;
|
set $dir2 $2;
|
||||||
set $dir3 $3;
|
set $dir3 $3;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,4 +16,4 @@ log_by_lua_block {
|
||||||
ngx.log(ngx.ERR, "accounts endpoint /track/download/" .. skylink .. " failed with error " .. statusCode)
|
ngx.log(ngx.ERR, "accounts endpoint /track/download/" .. skylink .. " failed with error " .. statusCode)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,4 +15,4 @@ log_by_lua_block {
|
||||||
ngx.log(ngx.ERR, "accounts endpoint /track/upload/" .. skylink .. " failed with error " .. statusCode)
|
ngx.log(ngx.ERR, "accounts endpoint /track/upload/" .. skylink .. " failed with error " .. statusCode)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue