Commit d05ee694 authored by Per Andreas Buer's avatar Per Andreas Buer

close #775

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5190 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c6d1068d
......@@ -155,7 +155,7 @@ VCL snipplet in vcl_recv will disregard cookies unless you are
accessing /admin/.::
if ( !( req.url ~ ^/admin/) ) {
unset http.Cookie;
unset req.http.Cookie;
}
Quite simple. If, however, you need to do something more complicated,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment