Skip to content

Commit

Permalink
Updated module.config, fixed cache chmod with umask (allow group write)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacinsky committed Nov 15, 2014
1 parent c16af01 commit 7668190
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@
'WebinoDrawCache' => [
'parameters' => [
'options' => [
'namespace' => 'webinodraw',
'cacheDir' => 'data/cache',
'dirPermission' => 02770,
'filePermission' => 02770,
'namespace' => 'webinodraw',
'cache_dir' => 'data/cache',
'dir_permission' => false,
'file_permission' => false,
'umask' => 7,
],
],
],
Expand Down

0 comments on commit 7668190

Please sign in to comment.