From bc83e22431953451e4a5a04935a0545eb417feed Mon Sep 17 00:00:00 2001 From: Benedikt Lenzen <36764562+DemigodCode@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:16:38 +0200 Subject: [PATCH] Update doc/fastly-configuration.rst Co-authored-by: David Buchmann --- 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 7de74bab..efa07866 100755 --- a/doc/fastly-configuration.rst +++ b/doc/fastly-configuration.rst @@ -29,7 +29,7 @@ Cache Header To specify how long items should be cached you can use the ``Surrogate-Control`` header. Using this header enables you to use the ``Cache-Control`` header to specify the cache duration for browsers. -Actually this package doesn't support the ``Surrogate-Control`` header. +Currently, FOSHttpCache does not yet support the ``Surrogate-Control`` header. To configure the ``Cache-Control`` you either have to set ``Surrogate-Control`` yourself or configure the ``Cache-Control`` header in your Fastly configuration.