remove cache key
This commit is contained in:
parent
20b8a99f14
commit
3589e2ac04
|
@ -475,8 +475,6 @@ server {
|
||||||
end
|
end
|
||||||
ngx.header["Skynet-Skylink"] = ngx.var.skylink_v2
|
ngx.header["Skynet-Skylink"] = ngx.var.skylink_v2
|
||||||
end
|
end
|
||||||
|
|
||||||
ngx.header["Cache-Key"] = ngx.var.skylink_v1 .. "+++" .. ngx.var.path
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# register the download in accounts service (cookies should contain jwt)
|
# register the download in accounts service (cookies should contain jwt)
|
||||||
|
|
Reference in New Issue