Skip to content

Commit b4ede7a

Browse files
committed
Updated the description for param default_cache_enable.
1 parent 248d1b0 commit b4ede7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/mod/disk_cache.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# @param cache_ignore_headers
1313
# Specifies HTTP header(s) that should not be stored in the cache.
1414
#
15+
# @param default_cache_enable
16+
# Default value is true, which enables "CacheEnable disk /" in disk_cache.conf for the webserver. This would cache
17+
# every request to apache by default for every vhost. If set to false the default cache all behaviour is supressed.
18+
# You can then control this behaviour in individual vhosts by explicitly defining CacheEnable.
19+
#
1520
# @note
1621
# Apache 2.2, mod_disk_cache installed. On Apache 2.4, mod_cache_disk installed.
1722
#

0 commit comments

Comments
 (0)