We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39316f commit f86abf2Copy full SHA for f86abf2
manifests/mod/disk_cache.pp
@@ -31,7 +31,7 @@
31
class { 'apache::mod::cache_disk':
32
cache_root => $cache_root,
33
cache_enable => ['/'],
34
- cache_ignore_headers => $cache_ignore_headers,
+ cache_ignore_headers => $cache_ignore_headers.split(' '),
35
cache_dir_length => 1,
36
cache_dir_levels => 2,
37
configuration_file_name => 'cache_disk.conf'
0 commit comments