1
0
Fork 0

Mastodon: Remove assets from CF

This commit is contained in:
Daniel Kempkens 2023-03-06 21:24:46 +01:00
parent 32c7a32567
commit 7bdf08abd1
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 0 deletions

View file

@ -108,5 +108,13 @@ in
};
};
services.nginx.virtualHosts."mastodon-cdn.kempkens.io" = {
http3 = true;
root = "/var/lib/mastodon/public-system/";
forceSSL = true;
useACMEHost = "kempkens.io";
};
users.groups.mastodon.members = [ config.services.nginx.user ];
}