Added a gzip param - default to off

This commit is contained in:
Andy Miller
2015-01-16 13:38:56 -07:00
parent 8363da35c6
commit 23a25b8df2

View File

@@ -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