From 4847fa5b2e183c8bf5d9b465416f4d659486837c Mon Sep 17 00:00:00 2001 From: Paul Coudeville Date: Tue, 26 Jul 2016 17:54:29 +0200 Subject: [PATCH] Update varnish.rst remove word in vcl_recv doesnt exist in varnish 4.* --- http_cache/varnish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/varnish.rst b/http_cache/varnish.rst index 7de62c0ec8f..11a8af670bf 100644 --- a/http_cache/varnish.rst +++ b/http_cache/varnish.rst @@ -32,7 +32,7 @@ header: .. code-block:: varnish4 sub vcl_recv { - remove req.http.Forwarded; + unset req.http.Forwarded; } If you do not have access to your Varnish configuration, you can instead