Skip to content

Commit

Permalink
Merge branch '2.3' into 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 7, 2019
2 parents b14c68f + 5492ba7 commit 332357e
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 332357e

Please sign in to comment.