commit d39e93d64813389b674da467d9b32a8bddb19f3b
parent d674b82cd701952b3af448ebcf0805e020e98aaa
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sun, 30 Jul 2023 06:37:07 +0200
fix(mastodon): gifs & videos on ios
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hcl/default/mastodon/templates/nginx.conf.tmpl b/hcl/default/mastodon/templates/nginx.conf.tmpl
@@ -74,6 +74,7 @@ server {
proxy_buffering on;
proxy_redirect off;
proxy_http_version 1.1;
+ proxy_force_ranges on; # for iOS clients
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;