fix: synapse

This commit is contained in:
xyno (Philipp Hochkamp) 2023-08-28 19:06:49 +02:00
parent c50fe37300
commit 6dfe9b82a6

View file

@ -139,7 +139,10 @@ in
locations."/notifications" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};
locations."/synapse" = {
locations."/_synapse/client" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};
locations."/health" = {
proxyPass = "http://${localAddress}:8008"; # without a trailing /
};
};