From d12df22b3c8c0ebf60e36248e4b4e48aaa17effa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Troll=C3=A9?= <8363334+trollepierre@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:43:04 +0200 Subject: [PATCH] update doc with max-age --- http_cache/expiration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/expiration.rst b/http_cache/expiration.rst index d30893b58fe..ae436e631ee 100644 --- a/http_cache/expiration.rst +++ b/http_cache/expiration.rst @@ -34,7 +34,7 @@ additional directives): .. code-block:: text - Cache-Control: public, maxage=600 + Cache-Control: public, max-age=600 .. note::