Fix missing dir for Mastodon maintenance file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user