diff --git a/nginx.conf b/nginx.conf index afdc440..73deeb1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,5 +18,5 @@ server { # Gzip gzip on; - gzip_types text/html text/css application/javascript image/svg+xml; + gzip_types text/html text/css text/plain application/javascript application/json image/svg+xml; }