From fe6e0368fc5457b2c673a6fad623c2427677d47d Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 10:25:46 +0200 Subject: [PATCH] Update default_type in nginx.conf --- astro/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index 76a589c..7499592 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -3,8 +3,8 @@ events { } http { - default_type application/octet-stream; include mime.types; + default_type application/octet-stream; gzip on; gzip_vary on; gzip_proxied any;