This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-07 19:15:48 +02:00
parent 62f7bcc397
commit fb5fa40e86
5 changed files with 25 additions and 9 deletions

View file

@ -111,6 +111,9 @@ in
locations."/_matrix" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};
locations."/notifications" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};
locations."/synapse" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};