set default_type to application/octet-stream

This commit is contained in:
Bram Prieshof
2020-04-30 13:38:50 +02:00
parent 197ebd70cd
commit d89ab20c2d

View File

@@ -26,7 +26,7 @@ http {
server_names_hash_bucket_size 64;
include /etc/nginx/mime.types;
default_type text/html;
default_type application/octet-stream;
ssl_protocols TLSv1.3 TLSv1.2;
ssl_prefer_server_ciphers on;