Opdateringer

This commit is contained in:
2026-04-15 16:30:03 +02:00
parent 4a206f2f19
commit 920cd8222d
8 changed files with 1163 additions and 251 deletions

View File

@@ -10,6 +10,12 @@ server {
proxy_set_header X-Real-IP $remote_addr;
}
location /download/ {
alias /usr/share/nginx/html/download/;
add_header Content-Disposition "attachment";
autoindex off;
}
location / {
try_files $uri $uri/ /index.html;
}