From a36d52a700343b17c75a2e17495b1c510cfdb1bb Mon Sep 17 00:00:00 2001 From: BahmanMD Date: Wed, 15 Dec 2021 13:07:43 +0330 Subject: [PATCH] Update esi.rst --- http_cache/esi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_cache/esi.rst b/http_cache/esi.rst index b23b19eda36..1f81a86c8a0 100644 --- a/http_cache/esi.rst +++ b/http_cache/esi.rst @@ -65,7 +65,7 @@ First, to use ESI, be sure to enable it in your application configuration: # config/packages/framework.yaml framework: # ... - esi: { enabled: true } + esi: true .. code-block:: xml