added file permissions to crossdomain.xml
This commit is contained in:
parent
c0414b8184
commit
3b2afc1cf4
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ cookbook_file "/usr/local/nginx/html/crossdomain.xml" do
|
|||
source "crossdomain.xml"
|
||||
end
|
||||
|
||||
execute "change crossdomain.xml permissions" do
|
||||
command "chmod 755 /usr/local/nginx/html/crossdomain.xml"
|
||||
end
|
||||
|
||||
config = YAML.load_file("/usr/local/app/diaspora/chef/cookbooks/common/files/default/thins.yml")
|
||||
template "/usr/local/nginx/conf/nginx.conf" do
|
||||
source "nginx.conf.erb"
|
||||
|
|
|
|||
Loading…
Reference in a new issue