mastodon: Hide upstream Strict-Transport-Security header
This commit is contained in:
parent
465392e82f
commit
cbc86a4b60
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ in
|
|||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
proxy_hide_header Strict-Transport-Security;
|
||||
proxy_force_ranges on;
|
||||
'';
|
||||
};
|
||||
|
@ -107,6 +108,7 @@ in
|
|||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
proxy_hide_header Strict-Transport-Security;
|
||||
proxy_force_ranges on;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue