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