From 23a25b8df2afd42eafd58d2d6585bb4df0a549df Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 16 Jan 2015 13:38:56 -0700 Subject: [PATCH] Added a gzip param - default to off --- system/config/system.yaml | 1 + 1 file changed, 1 insertion(+) 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