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 864f1b2 commit 4fe7960Copy full SHA for 4fe7960
http_cache/varnish.rst
@@ -134,10 +134,8 @@ using Varnish 3:
134
.. code-block:: varnish3
135
136
sub vcl_fetch {
137
- /*
138
- By default, Varnish3 ignores Cache-Control: no-cache and private
139
- https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
140
- */
+ // By default, Varnish3 ignores Cache-Control: no-cache and private
+ // https://www.varnish-cache.org/docs/3.0/tutorial/increasing_your_hitrate.html#cache-control
141
if (beresp.http.Cache-Control ~ "private" ||
142
beresp.http.Cache-Control ~ "no-cache" ||
143
beresp.http.Cache-Control ~ "no-store"
0 commit comments