blob: 05e5a5094f602410c8e539e85b784fb3fe117bf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#<IfModule mod_disk_cache.c>
# CacheRoot /srv/cache/mod_cache
# Disabled for normal use, to be enabled on release days
# CacheEnable disk /wiki/
# CacheEnable disk /static/
# CacheEnable disk /wiki/Image:
# CacheEnable disk /w/skins/
# This is required for nagios check
# CacheDisable /wiki/Special:Version
# CacheDirLevels 5
# CacheDirLength 3
# CacheMaxFileSize 512000
# CacheDefaultExpire 3600
# CacheIgnoreNoLastMod On
#</IfModule>
|