diff --git a/astro/nginx.conf b/astro/nginx.conf index 76a589c..7499592 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -3,8 +3,8 @@ events { } http { - default_type application/octet-stream; include mime.types; + default_type application/octet-stream; gzip on; gzip_vary on; gzip_proxied any;