From 7d2e4f65984ac497829258c3437769166b885550 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 10:14:43 +0200 Subject: [PATCH] Remove unnecessary default_type directive --- astro/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index ac1baff..b56714d 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -11,7 +11,6 @@ http { gzip_http_version 1.1; gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; include /etc/nginx/mime.types; - default_type application/octet-stream; server { listen 80;