From 7da8ff5a74eef5fcfb7cc2cf4c90d66275da0de7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 7 Jan 2025 18:45:19 +0100 Subject: [PATCH] feat(doc): add more information on Fastly tag keys --- doc/fastly-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fastly-configuration.rst b/doc/fastly-configuration.rst index d4e98df0..8409cbe4 100755 --- a/doc/fastly-configuration.rst +++ b/doc/fastly-configuration.rst @@ -13,7 +13,7 @@ Tagging ~~~~~~~ Fastly supports cache tagging out of the box. -Configure the tag header to ``Surrogate-Key``. (``fos_http_cache.tags.response_header`` if you use FOSHttpCacheBundle) +Configure the tag header to ``Surrogate-Key``. (``fos_http_cache.tags.response_header`` as well as ``fos_http_cache.tags.separator`` to `` `` if you use FOSHttpCacheBundle) Purge ~~~~~