Add cache.conf.
This commit is contained in:
parent
c3daf00a1f
commit
145b28a4ae
1 changed files with 18 additions and 0 deletions
18
roles/fedora-web/main/files/cache.conf
Normal file
18
roles/fedora-web/main/files/cache.conf
Normal file
|
@ -0,0 +1,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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue