[3.0] 84cf8b1 Really change to 3.0 syntax

Tollef Fog Heen tfheen at varnish-cache.org
Thu May 24 14:47:43 CEST 2012


commit 84cf8b1094ad1fa4fe3bcbabda20af99c49c2912
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Sun Mar 4 16:51:38 2012 +0100

    Really change to 3.0 syntax

diff --git a/doc/sphinx/tutorial/increasing_your_hitrate.rst b/doc/sphinx/tutorial/increasing_your_hitrate.rst
index 73d983e..b9fa7e6 100644
--- a/doc/sphinx/tutorial/increasing_your_hitrate.rst
+++ b/doc/sphinx/tutorial/increasing_your_hitrate.rst
@@ -146,7 +146,7 @@ header. You could easily add support for this header in VCL.
 In vcl_fetch::
 
   if (beresp.http.Pragma ~ "nocache") {
-     return(pass);
+     return(hit_for_pass);
   }
 
 Authorization



More information about the varnish-commit mailing list