X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0e3d3f432f7304bec4623685453a7a7f1a148097..64499e46eecd244b02e789288d11d409040917e2:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 9aad89927..3417708f3 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -113,14 +113,14 @@ ssl_certificate "tile.openstreetmap.org" do domains ["tile.openstreetmap.org", "a.tile.openstreetmap.org", "b.tile.openstreetmap.org", - "c.tile.openstreetmap.org"] + "c.tile.openstreetmap.org", + "tile.osm.org", + "a.tile.osm.org", + "b.tile.osm.org", + "c.tile.osm.org"] 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,13 +140,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 - -log "restart" do - message "Restarting caching" - notifies :restart, "service[squid]" - notifies :restart, "service[nginx]" -end