Update k8s/games/minecraft/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 12s
All checks were successful
Check with kubeconform / lint (push) Successful in 12s
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user