diff --git a/nginx.conf b/nginx.conf index c3c2bf5..10da4e3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,7 @@ server { gzip on; gzip_min_length 1000; + gzip_static on; gzip_types text/plain text/xml application/javascript text/css; root /app;