From 8e5812af8cf83e112c313769557977a2febe9c32 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 14 Nov 2018 09:44:43 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 37cc58c..1ca1a46 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -52,7 +52,7 @@ server { gzip on; gzip_proxied any; - 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 image/svg+xml application/xml image/x-icon; gzip_min_length 1000; gzip_comp_level 2; gzip_disable "msie6";