diff --git a/cookbook/cache/varnish.rst b/cookbook/cache/varnish.rst index a044c43c972..d03ecce3bcf 100644 --- a/cookbook/cache/varnish.rst +++ b/cookbook/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