Files
freeswitch/src/mod/applications/mod_http_cache/http_cache.conf.xml
T
Anthony Minessale c51acfcc1b FS-3597 --resolve
2011-10-06 11:25:03 -05:00

9 lines
267 B
XML

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