From 2234ce1517eb897be577f748cd9c94d8c12967f3 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Wed, 25 Oct 2023 18:44:30 +0200 Subject: [PATCH] Remove default_type directive and optimize gzip settings --- astro/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index cfe47a1..76ea293 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -3,8 +3,6 @@ events { } http { - - default_type application/octet-stream; gzip on; gzip_vary on; gzip_proxied any;