X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93e92b84438ecf5422bdd9c685ae986be229068d..cef4792d54172b6cc5192b93ec117f6ed5b5d238:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 74f011cc1..449f38ffb 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -39,7 +39,7 @@ apache_module "tile" do end ssl_certificate node[:fqdn] do - domains [node[:fqdn], "render.openstreetmap.org"] + domains [node[:fqdn], "tile.openstreetmap.org", "render.openstreetmap.org"] notifies :reload, "service[apache2]" end