X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4410e8b71cae55972a61b251bd39979b9ff77d74..981b586040b3fe307a4855e58e846da75555aa05:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 0d94bcfd2..d1773b506 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -118,7 +118,11 @@ ssl_certificate "tile.openstreetmap.org" do end nginx_site "tile-ssl" do - template "nginx_tile_ssl.conf.erb" + action :delete +end + +nginx_site "tile" do + template "nginx_tile.conf.erb" variables :caches => tilecaches end