diff --git a/nginx.conf b/nginx.conf index 355f487..4c9e1c6 100644 --- a/nginx.conf +++ b/nginx.conf @@ -24,6 +24,8 @@ http { gzip on; + gzip_types *; + server { listen 80; server_name localhost;