Update k8s/games/minecraft/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
ab
2025-07-09 09:45:31 +00:00
parent d1e834d175
commit 26f811c3b7

View File

@@ -35,7 +35,13 @@ data:
autoindex on; autoindex on;
location ~* \.zip$ { location ~* \.zip$ {
sendfile off;
add_header Content-Type application/zip;
add_header Content-Disposition "attachment"; add_header Content-Disposition "attachment";
add_header Accept-Ranges bytes;
try_files $uri =404;
} }
} }
} }