fix: synapse
This commit is contained in:
parent
c50fe37300
commit
6dfe9b82a6
1 changed files with 4 additions and 1 deletions
|
|
@ -139,7 +139,10 @@ in
|
||||||
locations."/notifications" = {
|
locations."/notifications" = {
|
||||||
proxyPass = "http://${localAddress}:8008"; # without a trailing /
|
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 /
|
proxyPass = "http://${localAddress}:8008"; # without a trailing /
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue