From d8c86300c270a81db4d7c9117fd0582dd21c74f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20R?= Date: Thu, 7 Feb 2019 15:26:41 +0100 Subject: [PATCH] [VCL] Fix leftover curly bracket --- docs/varnish/vcl/varnish4.vcl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/varnish/vcl/varnish4.vcl b/docs/varnish/vcl/varnish4.vcl index c7b8f95f..83aab984 100644 --- a/docs/varnish/vcl/varnish4.vcl +++ b/docs/varnish/vcl/varnish4.vcl @@ -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"; }