Fix missing dir for Mastodon maintenance file

This commit is contained in:
2025-04-29 17:53:05 +04:00
parent cab766c806
commit f8e5fd2f3e
2 changed files with 8 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ cookbook_file "#{node["nginx"]["user_home"]}/maintenance.html" do
source "maintenance.html"
owner node['nginx']['user']
group node['nginx']['group']
mode "0640"
mode "0755"
end
unless node.chef_environment == "development"