diff --git a/roles/fedora-web/main/files/cache.conf b/roles/fedora-web/main/files/cache.conf new file mode 100644 index 0000000000..05e5a5094f --- /dev/null +++ b/roles/fedora-web/main/files/cache.conf @@ -0,0 +1,18 @@ +# +# 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 +# +