Rename to not have file extension

As this is what apple need. Also make the docker container serve
it with the right content type.
This commit is contained in:
David Baker 2023-09-06 13:59:37 +01:00
parent 5d969563f7
commit 1757bc546d
2 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,9 @@ server {
expires 1w; expires 1w;
add_header Cache-Control "public, no-transform"; add_header Cache-Control "public, no-transform";
} }
location /apple-app-site-association {
default_type application/json;
}
} }