From 6ac5f77340dd61003d1c18aca6d64d46972916c5 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Wed, 5 Jul 2023 12:57:27 +0200 Subject: [PATCH] added by default --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 0febbc2f..07d41c44 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ server { server_name localhost; gzip on; - gzip_types text/html text/plain text/css text/xml text/javascript application/javascript application/x-javascript; + gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript; gzip_min_length 1024; gzip_vary on;