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 4f6cb06Copy full SHA for 4f6cb06
http_cache/varnish.rst
@@ -134,8 +134,9 @@ 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
+ /*
+ 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
*/
141
if (beresp.http.Cache-Control ~ "private" ||
142
beresp.http.Cache-Control ~ "no-cache" ||
0 commit comments