move mod_http_cache configuration to conf/autoload_configs/

This commit is contained in:
Christopher Rienzo
2011-10-06 20:09:19 +00:00
parent 439b812494
commit 798bacb2b5

View File

@@ -1,8 +0,0 @@
<configuration name="http_cache.conf" description="HTTP GET cache">
<settings>
<param name="max-urls" value="10000"/>
<param name="location" value="$${base_dir}/http_cache"/>
<param name="default-max-age" value="86400"/>
</settings>
</configuration>