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.
1 parent 8848549 commit 466bd6aCopy full SHA for 466bd6a
cookbook/cache/varnish.rst
@@ -57,7 +57,8 @@ Symfony2 adds automatically:
57
// For Varnish < 3.0
58
// esi;
59
}
60
- /* By default Varnish ignores Cache-Control: nocache (https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control),
+ /* By default Varnish ignores Cache-Control: nocache
61
+ (https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control),
62
so in order avoid caching it has to be done explicitly */
63
if (beresp.http.Pragma ~ "no-cache" ||
64
beresp.http.Cache-Control ~ "no-cache" ||
0 commit comments