Skip to content

Commit

Permalink
Merge pull request #864 from ekohl/uwsgi-params-permissions
Browse files Browse the repository at this point in the history
Make uwsgi_params non-executable
  • Loading branch information
igalic authored Aug 31, 2016
2 parents d0bd03c + c686f20 commit 7db4422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
if $uwsgi != undef and !defined(File[$uwsgi_params]) {
file { $uwsgi_params:
ensure => present,
mode => '0770',
mode => '0660',
content => template('nginx/vhost/uwsgi_params.erb'),
}
}
Expand Down

0 comments on commit 7db4422

Please sign in to comment.