From d89ab20c2d2412936a7608aca62d9874cadbff10 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 30 Apr 2020 13:38:50 +0200 Subject: [PATCH] set default_type to application/octet-stream --- CoreModules/nginx/config/nginx/nginx-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreModules/nginx/config/nginx/nginx-default.conf b/CoreModules/nginx/config/nginx/nginx-default.conf index 211e4f3..bed94c6 100644 --- a/CoreModules/nginx/config/nginx/nginx-default.conf +++ b/CoreModules/nginx/config/nginx/nginx-default.conf @@ -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;