From d8f3836b026af4ea7d0e3450d2c49268e8e818b1 Mon Sep 17 00:00:00 2001 From: garionion Date: Wed, 7 Apr 2021 12:01:40 +0200 Subject: [PATCH] add more types to nginx gzip types --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 83d268f..47cd92c 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -47,6 +47,6 @@ server { gzip_vary on; gzip_min_length 10240; gzip_proxied expired no-cache no-store private auth; - gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml; + gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript application/xml; gzip_disable "MSIE [1-6]\."; }