1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-09-15 09:35:03 +02:00

Implement easy sliding sync setup

Co-authored-by: h7x4 <h7x4@nani.wtf>
This commit is contained in:
2023-09-21 19:29:04 +02:00
parent bedede1e6d
commit 50ae1b6e57
4 changed files with 50 additions and 0 deletions

View File

@@ -230,6 +230,9 @@ in
locations."/_synapse/client" = {
proxyPass = "http://$synapse_backend";
};
locations."/.well-known/matrix" = {
proxyPass = "http://$synapse_backend";
};
};
};
}