X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d4154c8e9b823e27b1c387944d50dba6372c653e..89b4f69cf22dcd7ff06a83a0d901fd4c446675e9:/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]"