Skip to content

Commit 4fe7960

Browse files
committed
Refactor comment
1 parent 864f1b2 commit 4fe7960

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

http_cache/varnish.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,8 @@ using Varnish 3:
134134
.. code-block:: varnish3
135135
136136
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-
*/
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
141139
if (beresp.http.Cache-Control ~ "private" ||
142140
beresp.http.Cache-Control ~ "no-cache" ||
143141
beresp.http.Cache-Control ~ "no-store"

0 commit comments

Comments
 (0)