diff --git a/nginx.conf b/nginx.conf index e9ace4a..45bb511 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,7 +20,7 @@ server { # enable gzip compression gzip on; - gzip_types text/html text/css text/javascript image/png image/svg+xml font/woff2; + gzip_types text/css text/javascript image/png image/svg+xml font/woff2; location / { # forward application requests to the gunicorn server