fix matrix federation??

This commit is contained in:
Charlotte 🦝 Delenk 2022-09-04 18:01:35 +01:00
parent 002c50ee72
commit dd16479f34
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -78,6 +78,9 @@ in {
header Location https://mastodon.chir.rs{path}
respond 301
}
handle /.well-known/matrix {
reverse_proxy https://matrix.int.chir.rs
}
'';
};
};