memcached (openstack) is no longer in use
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / disk_cache.conf.erb
1 <IfModule mod_proxy.c>
2   <IfModule mod_disk_cache.c>
3      CacheEnable disk /
4      CacheRoot "<%= @cache_root %>"
5      CacheDirLevels 2
6      CacheDirLength 1
7   </IfModule>
8 </IfModule>