mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
19 lines
463 B
Plaintext
19 lines
463 B
Plaintext
#<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>
|
|
|