1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 01:39:37 +02:00

Compress RSS feed using gzip

This commit is contained in:
Chocobozzz 2025-02-18 11:55:50 +01:00
parent a93ad97aa1
commit 70dae47f08
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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