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.
2 parents cd8e9d5 + 374d8ae commit 396eea2Copy full SHA for 396eea2
Resources/doc/reference/configuration/proxy-client.rst
@@ -127,6 +127,10 @@ default ``xkey-softpurge``.
127
128
Header for sending tag invalidation requests to Varnish.
129
130
+For use with ``tag_mode: purgekeys``, default VCL supports two options:
131
+- ``xkey-softpurge``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
132
+- ``xkey-purge``: Purge by tags, removes relevant cache immediately.
133
+
134
See the :ref:`FOSHttpCache library docs <foshttpcache:varnish configuration>`
135
on how to configure Varnish to handle tag invalidation requests.
136
0 commit comments