[Varnish] #775: wrong documentation

Varnish varnish-bugs at varnish-cache.org
Thu Sep 9 07:00:18 CEST 2010


#775: wrong documentation
-------------------------------+--------------------------------------------
 Reporter:  behrang            |        Type:  documentation
   Status:  new                |    Priority:  low          
Milestone:  After Varnish 2.1  |   Component:  documentation
  Version:  trunk              |    Severity:  minor        
 Keywords:                     |  
-------------------------------+--------------------------------------------
 in http://www.varnish-
 cache.org/docs/trunk/tutorial/increasing_your_hitrate.html

 in cookie section,

 if ( !( req.url ~ ^/admin/) ) {
   unset http.Cookie;
 }

 should be changed to

 if ( !( req.url ~ ^/admin/) ) {
   unset req.ttp.Cookie;
 }

-- 
Ticket URL: <http://www.varnish-cache.org/ticket/775>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list