From 619763b172b15f38219b6665a7e4588b89f5e80b Mon Sep 17 00:00:00 2001 From: Md Rashidul Islam Date: Fri, 13 Jan 2017 18:21:59 +0600 Subject: [PATCH] in case of authentication/authorization pass the request to backend Change "hash" to "pass" --- doc/varnish/vcl/varnish4.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/varnish/vcl/varnish4.vcl b/doc/varnish/vcl/varnish4.vcl index 1655d214..3ac9235f 100644 --- a/doc/varnish/vcl/varnish4.vcl +++ b/doc/varnish/vcl/varnish4.vcl @@ -66,7 +66,7 @@ sub vcl_recv { if (client.ip ~ debuggers) { set req.http.X-Debug = "Not Cached according to configuration (Authorization)"; } - return (hash); + return (pass); } // Do a standard lookup on assets