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;