Mastodon: Remove assets from CF
This commit is contained in:
parent
32c7a32567
commit
7bdf08abd1
2 changed files with 8 additions and 0 deletions
Binary file not shown.
|
@ -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 ];
|
users.groups.mastodon.members = [ config.services.nginx.user ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue