Skip to content

Commit

Permalink
Update manifests/mod/disk_cache.pp
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Tartière <[email protected]>
  • Loading branch information
dploeger and smortex authored Jan 30, 2024
1 parent 94b31e1 commit abc078f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/disk_cache.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class { 'apache::mod::cache_disk':
cache_root => $cache_root,
cache_enable => ['/'],
cache_ignore_headers => $cache_ignore_headers,
cache_ignore_headers => $cache_ignore_headers.split(' '),
cache_dir_length => 1,
cache_dir_levels => 2,
configuration_file_name => 'cache_disk.conf'
Expand Down

0 comments on commit abc078f

Please sign in to comment.