diff --git a/config/nginx.conf b/config/nginx.conf index 6950eb72..f3f8140e 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -4,6 +4,7 @@ server { root /app; gzip_static on; + gzip_vary on; location / { try_files $uri $uri/ /index.html;