mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-12-05 01:10:36 +00:00
Compress RSS feed using gzip
This commit is contained in:
@@ -167,7 +167,8 @@ server {
|
|||||||
font/truetype
|
font/truetype
|
||||||
font/opentype
|
font/opentype
|
||||||
application/vnd.ms-fontobject
|
application/vnd.ms-fontobject
|
||||||
image/svg+xml;
|
image/svg+xml
|
||||||
|
application/xml;
|
||||||
gzip_min_length 1000; # default is 20 bytes
|
gzip_min_length 1000; # default is 20 bytes
|
||||||
gzip_buffers 16 8k;
|
gzip_buffers 16 8k;
|
||||||
gzip_comp_level 2; # default is 1
|
gzip_comp_level 2; # default is 1
|
||||||
|
|||||||
Reference in New Issue
Block a user