From 26a0b2927c3a000f448fa3a77c3fc686cec01009 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 25 May 2023 09:22:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Fix=20X-Accel-Redire?= =?UTF-8?q?ct=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ubuntu.md | 2 -- 1 file changed, 2 deletions(-) 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/; }