fix chunks current_* being cached incorrectly by CF
This commit is contained in:
@@ -38,7 +38,8 @@ $HTTP["url"] =~ "^/INSTANCE/chunks/chunk_.*gz$" {
|
||||
$HTTP["url"] =~ "^/INSTANCE/chunks/current_.*gz$" {
|
||||
setenv.add-response-header += (
|
||||
"Access-Control-Allow-Origin" => "*",
|
||||
"Cache-Control" => "public, no-cache",
|
||||
"Cache-Control" => "must-revalidate",
|
||||
"CDN-Cache-Control" => "public, no-cache",
|
||||
"Content-Encoding" => "gzip",
|
||||
"Content-Type" => "application/json",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user