Skip to content

Commit

Permalink
[VCL] Fix leftover curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 7, 2019
1 parent 126ca49 commit d8c8630
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 d8c8630

Please sign in to comment.