view modules/apache/templates/mod/disk_cache.conf.erb @ 36:37675581a273 puppet-3.6

Update Puppet module for Apache (pulls in concat module)
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2015 20:07:04 +0000
parents 956e484adc12
children 675c1cc61eaf
line wrap: on
line source

<IfModule mod_proxy.c>
  <IfModule mod_disk_cache.c>
     CacheEnable disk /
     CacheRoot "<%= @cache_root %>"
     CacheDirLevels 2
     CacheDirLength 1
  </IfModule>
</IfModule>