1
0
Fork 0

mastodon: Hide upstream Strict-Transport-Security header

This commit is contained in:
Daniel Kempkens 2023-03-07 09:56:19 +01:00
parent 465392e82f
commit cbc86a4b60
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -97,6 +97,7 @@ in
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''
proxy_hide_header Strict-Transport-Security;
proxy_force_ranges on; proxy_force_ranges on;
''; '';
}; };
@ -107,6 +108,7 @@ in
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = '' extraConfig = ''
proxy_hide_header Strict-Transport-Security;
proxy_force_ranges on; proxy_force_ranges on;
''; '';
}; };