mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-07 21:32:56 +00:00
FS-3597 --resolve
This commit is contained in:
parent
d2710422ab
commit
c51acfcc1b
5
src/mod/applications/mod_http_cache/Makefile
Normal file
5
src/mod/applications/mod_http_cache/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
BASE=../../../..
|
||||
WANT_CURL=yes
|
||||
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
8
src/mod/applications/mod_http_cache/http_cache.conf.xml
Normal file
8
src/mod/applications/mod_http_cache/http_cache.conf.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<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>
|
||||
|
1060
src/mod/applications/mod_http_cache/mod_http_cache.c
Normal file
1060
src/mod/applications/mod_http_cache/mod_http_cache.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user