r5083 - trunk/varnish-cache/doc/sphinx/tutorial

perbu at varnish-cache.org perbu at varnish-cache.org
Tue Aug 10 17:21:42 CEST 2010


Author: perbu
Date: 2010-08-10 17:21:42 +0200 (Tue, 10 Aug 2010)
New Revision: 5083

Modified:
   trunk/varnish-cache/doc/sphinx/tutorial/vcl.rst
Log:
missing set

Modified: trunk/varnish-cache/doc/sphinx/tutorial/vcl.rst
===================================================================
--- trunk/varnish-cache/doc/sphinx/tutorial/vcl.rst	2010-08-10 09:40:18 UTC (rev 5082)
+++ trunk/varnish-cache/doc/sphinx/tutorial/vcl.rst	2010-08-10 15:21:42 UTC (rev 5083)
@@ -154,7 +154,7 @@
   sub vcl_fetch {
      if (beresp.url ~ "\.(png|gif|jpg)$") {
        unset beresp.http.set-cookie;
-       beresp.ttl = 3600;
+       set beresp.ttl = 3600;
     }
   }
 




More information about the varnish-commit mailing list