From 9b3f159a099176bd401613f339bdf30cae698c02 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 10:12:59 +0200 Subject: [PATCH] Add default_type for nginx.conf --- astro/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index fb75271..aa1a610 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -10,7 +10,7 @@ http { gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; - + default_type application/octet-stream; server { listen 80;