Skip to content

Commit 6eaf2af

Browse files
fix: cache-control header not working due to incorrect path criteria
1 parent 549b227 commit 6eaf2af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/rulesTemplate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@
477477
"matchCaseSensitive": false,
478478
"normalize": false,
479479
"values": [
480-
"/__integration_path__/__result_path__/*"
480+
"/__integration_path__/__result_path__/*",
481+
"/__integration_path__/__result_path__"
481482
]
482483
}
483484
}

0 commit comments

Comments
 (0)