From d0860542cc8e03c67bb66232e10dc366a8dd18fb Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 16 Jan 2019 14:20:13 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 6477e2e..936bf2e 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -59,7 +59,6 @@ server { gzip on; gzip_proxied any; gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript image/svg image/svg+xml application/xml image/x-icon; - gzip_min_length 1000; gzip_comp_level 2; gzip_disable "msie6"; gzip_buffers 16 8k;