
tfheen at varnish-cache
May 24, 2012, 5:47 AM
Post #1 of 2
(43 views)
Permalink
|
commit 36eb0b093e4faa06367e301dd7fc0346f0e846d0 Author: Andreas Plesner Jacobsen <apj [at] mutt> Date: Sun Mar 4 16:48:45 2012 +0100 3.0 syntax diff --git a/doc/sphinx/tutorial/increasing_your_hitrate.rst b/doc/sphinx/tutorial/increasing_your_hitrate.rst index 83236d6..73d983e 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") { - pass; + return(pass); } Authorization _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|