mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
9 lines
267 B
XML
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>
|
|
|