We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21cdbb2 + 4e1dc5f commit 6f289c5Copy full SHA for 6f289c5
infra/fastly/terraform/dl-sandbox.k8s.dev/vcl/binaries.vcl
@@ -45,7 +45,7 @@ sub vcl_fetch {
45
}
46
47
# Ensure version markers are not cached at the edge
48
- if (req.url.path ~ "^/release/(latest|stable)(-\d+(\.\d+))?\.txt\z") {
+ if (req.url.path ~ "^/release/(latest|stable)([^/]*)\.txt\z") {
49
set beresp.cacheable = false;
50
set beresp.ttl = 0s;
51
return (pass);
infra/fastly/terraform/dl.k8s.io/vcl/binaries.vcl
0 commit comments