Skip to content

Commit

Permalink
Merge pull request #1399 from attachmentgenie/run_dir_permissions
Browse files Browse the repository at this point in the history
nginx isnt allowed to write into tmp directories, due to permissions …
  • Loading branch information
genebean committed Jan 22, 2021
2 parents e737a59 + cb52904 commit e88ffae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@

file { $run_dir:
ensure => directory,
mode => '0644',
}

if $nginx::manage_snippets_dir {
Expand Down

0 comments on commit e88ffae

Please sign in to comment.