fix matrix federation??
This commit is contained in:
parent
002c50ee72
commit
dd16479f34
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ in {
|
||||||
header Location https://mastodon.chir.rs{path}
|
header Location https://mastodon.chir.rs{path}
|
||||||
respond 301
|
respond 301
|
||||||
}
|
}
|
||||||
|
handle /.well-known/matrix {
|
||||||
|
reverse_proxy https://matrix.int.chir.rs
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue