diff --git a/docs/ubuntu.md b/docs/ubuntu.md index bd478b45..8ab03108 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -328,8 +328,6 @@ And then add this new location in your nginx config (before the `/` location): location /internal/ { internal; - gzip_vary on; - gzip_static on; alias /path/to/umap/var/data/; }