X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/981b586040b3fe307a4855e58e846da75555aa05..7cea99ce44b5647f474c4fd380ca9c2462d5d398:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index d1773b506..250edef48 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -117,10 +117,6 @@ ssl_certificate "tile.openstreetmap.org" do notifies :restart, "service[nginx]" end -nginx_site "tile-ssl" do - action :delete -end - nginx_site "tile" do template "nginx_tile.conf.erb" variables :caches => tilecaches @@ -140,7 +136,3 @@ tilerenders.each do |render| conf_variables :host => render[:fqdn] end end - -Dir.glob("/var/log/nginx/access.log*") do |log| - File.unlink(log) -end