diff options
author | Rory& <root@rory.gay> | 2024-02-26 16:42:46 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-26 16:42:46 +0100 |
commit | c40f20f0fe16ed9c8e32865d7e64c7f75eed9952 (patch) | |
tree | 2e9fa748e21de6fb5ef478057008c2f7835599cb /host | |
parent | Fix wrong service port. (diff) | |
download | Rory-Open-Architecture-c40f20f0fe16ed9c8e32865d7e64c7f75eed9952.tar.xz |
Fix host for synapse.
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json | 2 |
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" ] |