Update k8s/games/minecraft/deployments.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
This commit is contained in:
@@ -12,7 +12,14 @@ data:
|
|||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
http {
|
http {
|
||||||
include /etc/nginx/mime.types;
|
types {
|
||||||
|
application/zip zip;
|
||||||
|
text/html html htm;
|
||||||
|
text/css css;
|
||||||
|
application/javascript js;
|
||||||
|
image/png png;
|
||||||
|
image/jpeg jpg jpeg;
|
||||||
|
}
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
@@ -28,7 +35,6 @@ data:
|
|||||||
autoindex on;
|
autoindex on;
|
||||||
|
|
||||||
location ~* \.zip$ {
|
location ~* \.zip$ {
|
||||||
add_header Content-Type application/zip;
|
|
||||||
add_header Content-Disposition "attachment";
|
add_header Content-Disposition "attachment";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user