diff --git a/system/config/system.yaml b/system/config/system.yaml index 27dcc5c27..d3cf126c7 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -29,6 +29,7 @@ cache: driver: auto # One of: auto|file|apc|xcache|memcache|wincache prefix: 'g' # Cache prefix string (prevents cache conflicts) lifetime: 604800 # Lifetime of cached data in seconds (0 = infinite) + gzip: false # GZip compress the page output twig: cache: true # Set to true to enable twig caching