Skip to content

Commit

Permalink
Merge branch '2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 7, 2019
2 parents b22aaf8 + 332357e commit 592f726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/varnish/vcl/varnish4_xkey.vcl
Expand Up @@ -263,7 +263,6 @@ sub vcl_deliver {
set resp.http.X-Cache-Hits = obj.hits;
// For Varnihs 5.1+ you can uncomment this to get debug of remaining TTL
//set resp.http.X-Cache-TTL = obj.ttl;
}
} else {
set resp.http.X-Cache = "MISS";
}
Expand Down

0 comments on commit 592f726

Please sign in to comment.