freeswitch/conf/autoload_configs/http_cache.conf.xml

9 lines
267 B
XML
Raw Normal View History

2011-10-06 16:25:03 +00:00
<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>