summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-26 16:42:46 +0100
committerRory& <root@rory.gay>2024-02-26 16:42:46 +0100
commitc40f20f0fe16ed9c8e32865d7e64c7f75eed9952 (patch)
tree2e9fa748e21de6fb5ef478057008c2f7835599cb
parentFix wrong service port. (diff)
downloadRory-Open-Architecture-c40f20f0fe16ed9c8e32865d7e64c7f75eed9952.tar.xz
Fix host for synapse.
-rw-r--r--host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json b/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json

index 5ce983f..5240676 100644 --- a/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json +++ b/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json
@@ -9,7 +9,7 @@ }, "ProxyConfiguration": { "Upstream": "http://matrix-rory-gay.localhost", - "Host": "matrix.rory.gay", + "Host": "matrix-rory-gay.localhost", "TrustedServers": [ "rory.gay" ]