Skip to content

Commit

Permalink
Merge pull request #541 from andrerom/patch-1
Browse files Browse the repository at this point in the history
Add description on tags_header options when using xkey
  • Loading branch information
dbu committed Apr 14, 2020
2 parents cd8e9d5 + 374d8ae commit 396eea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/reference/configuration/proxy-client.rst
Expand Up @@ -127,6 +127,10 @@ default ``xkey-softpurge``.

Header for sending tag invalidation requests to Varnish.

For use with ``tag_mode: purgekeys``, default VCL supports two options:
- ``xkey-softpurge``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
- ``xkey-purge``: Purge by tags, removes relevant cache immediately.

See the :ref:`FOSHttpCache library docs <foshttpcache:varnish configuration>`
on how to configure Varnish to handle tag invalidation requests.

Expand Down

0 comments on commit 396eea2

Please sign in to comment.