X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c1c86ec67ba51180ce3c13f6ebb6b04af1345efd..e7928dce7a4141f625dd889dc0147ddc395fa615:/cookbooks/imagery/recipes/tiler.rb diff --git a/cookbooks/imagery/recipes/tiler.rb b/cookbooks/imagery/recipes/tiler.rb index 3c88d77da..69e3abdf7 100644 --- a/cookbooks/imagery/recipes/tiler.rb +++ b/cookbooks/imagery/recipes/tiler.rb @@ -45,6 +45,12 @@ podman_service "titiler" do :FORWARDED_ALLOW_IPS => "*" # https://docs.gunicorn.org/en/latest/settings.html#forwarded-allow-ips end +directory "/var/cache/nginx-cache" do + owner "www-data" + group "www-data" + mode "755" +end + ssl_certificate "tiler.openstreetmap.org" do domains "tiler.openstreetmap.org" notifies :reload, "service[nginx]"