Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch '0.8'
  • Loading branch information
andrerom committed Feb 7, 2019
2 parents 5df0244 + d8c8630 commit e051efd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/varnish/vcl/varnish4.vcl
Expand Up @@ -266,7 +266,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 e051efd

Please sign in to comment.