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;