Fix upload folder permissions

Uploads are failing with the current mode.
This commit is contained in:
Basti 2020-11-23 20:50:01 +01:00
parent 0bebdf7635
commit 0aef830aa3
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ end
directory "/var/www/upload" do
user node["nginx"]["user"]
group node["nginx"]["group"]
mode "0640"
mode "0755"
end
ruby_block "configure uploads secret" do