apache: Increased proxy CacheMaxFileSize to 100 MB
This commit is contained in:
parent
2ea2a480e0
commit
a3fb12fe37
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Listen <%= @port %>
|
|||
<% if @cache == true -%>
|
||||
<IfModule mod_disk_cache.c>
|
||||
CacheEnable disk /
|
||||
CacheMaxFileSize 100000000
|
||||
CacheRoot <%= @cachepath %>
|
||||
</IfModule>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue