apache: Increased proxy CacheMaxFileSize to 100 MB

This commit is contained in:
Ossi Salmi 2013-07-01 12:16:19 +03:00
parent 2ea2a480e0
commit a3fb12fe37

View file

@ -7,6 +7,7 @@ Listen <%= @port %>
<% if @cache == true -%>
<IfModule mod_disk_cache.c>
CacheEnable disk /
CacheMaxFileSize 100000000
CacheRoot <%= @cachepath %>
</IfModule>