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 d2de934 + f8ff4e8 commit 962ffc5Copy full SHA for 962ffc5
tests/Functional/Fixtures/varnish-3/purge.vcl
@@ -14,6 +14,8 @@ sub vcl_hit {
14
}
15
16
17
+# The purge in vcl_miss is necessary to purge all variants in the cases where
18
+# you hit an object, but miss a particular variant.
19
sub vcl_miss {
20
if (req.request == "PURGE") {
21
purge;
tests/Functional/Fixtures/varnish-4/purge.vcl
if (req.method == "PURGE") {
0 commit comments