1
0
Fork 0

sail: Enable KTLS for mastodon-cdn

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

View file

@ -114,6 +114,7 @@ in
services.nginx.virtualHosts."mastodon-cdn.kempkens.io" = { services.nginx.virtualHosts."mastodon-cdn.kempkens.io" = {
http3 = true; http3 = true;
kTLS = true;
root = "${config.services.mastodon.package}/public/"; root = "${config.services.mastodon.package}/public/";
forceSSL = true; forceSSL = true;