From 70dae47f08547f2749afb9ee9dfa805b8a94b028 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 18 Feb 2025 11:55:50 +0100 Subject: [PATCH] Compress RSS feed using gzip --- support/nginx/peertube | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/nginx/peertube b/support/nginx/peertube index 800c9684e..bcca944e7 100644 --- a/support/nginx/peertube +++ b/support/nginx/peertube @@ -167,7 +167,8 @@ server { font/truetype font/opentype application/vnd.ms-fontobject - image/svg+xml; + image/svg+xml + application/xml; gzip_min_length 1000; # default is 20 bytes gzip_buffers 16 8k; gzip_comp_level 2; # default is 1