Skip to content

Add description on tags_header options when using xkey #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Resources/doc/reference/configuration/proxy-client.rst
Original file line number Diff line number Diff line change
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