don’t use the standard mastodon package but the imported mastodon-glitch one
This commit is contained in:
parent
cae19b1818
commit
7625fea1e9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
{
|
{
|
||||||
sslCertificate = "/var/lib/acme/chir.rs/cert.pem";
|
sslCertificate = "/var/lib/acme/chir.rs/cert.pem";
|
||||||
sslCertificateKey = "/var/lib/acme/chir.rs/key.pem";
|
sslCertificateKey = "/var/lib/acme/chir.rs/key.pem";
|
||||||
root = "${config.services.mastodon.package}/public/";
|
root = "${mastodon}/public/";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
tryFiles = "$uri @proxy";
|
tryFiles = "$uri @proxy";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue