mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-04 00:43:41 +00:00
Fix incorrect RSS feed MIME type in gzip_types directive (#35562)
This commit is contained in:
parent
4fa203e69e
commit
3c578dbdcd
2
dist/nginx.conf
vendored
2
dist/nginx.conf
vendored
|
@ -62,7 +62,7 @@ server {
|
|||
gzip_comp_level 6;
|
||||
gzip_buffers 16 8k;
|
||||
gzip_http_version 1.1;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml image/x-icon;
|
||||
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/rss+xml text/javascript image/svg+xml image/x-icon;
|
||||
gzip_static on;
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Reference in New Issue
Block a user