wip cleanup the well-known configuration to reserve it to dinum frontend

This commit is contained in:
lebaudantoine
2026-04-24 13:23:46 +02:00
parent f7f8e8773c
commit 1205201a1b

View File

@@ -5,12 +5,6 @@ server {
root /usr/share/nginx/html;
location = /.well-known/windows-app-web-link {
default_type application/json;
alias /usr/share/nginx/html/.well-known/windows-app-web-link;
add_header Content-Disposition "attachment; filename=windows-app-web-link";
}
# Serve static files with caching
location ~* ^/assets/.*\.(css|js|json|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot)$ {
expires 30d;