We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2b456 commit 4847fa5Copy full SHA for 4847fa5
http_cache/varnish.rst
@@ -32,7 +32,7 @@ header:
32
.. code-block:: varnish4
33
34
sub vcl_recv {
35
- remove req.http.Forwarded;
+ unset req.http.Forwarded;
36
}
37
38
If you do not have access to your Varnish configuration, you can instead
0 commit comments