1
0
Fork 0

mastodon: Set proxy_force_ranges

This commit is contained in:
Daniel Kempkens 2022-12-20 17:47:13 +01:00
parent 24685dff43
commit 03c6d3165f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -9,6 +9,8 @@ let
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_force_ranges on;
'';
in
{