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