set the proxy header?

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-25 21:07:35 +01:00
parent 6085721b59
commit 1bbecc65d8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -24,5 +24,8 @@
proxy_ssl_server_name on;
'';
};
extraConfig = ''
proxy_set_header "mastodon.chir.rs";
'';
};
}