sail: Enable KTLS for mastodon-cdn
This commit is contained in:
parent
ecfcd3f3c3
commit
465392e82f
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ in
|
|||
|
||||
services.nginx.virtualHosts."mastodon-cdn.kempkens.io" = {
|
||||
http3 = true;
|
||||
kTLS = true;
|
||||
|
||||
root = "${config.services.mastodon.package}/public/";
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue