summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-06 16:34:26 +0200
committerRory& <root@rory.gay>2024-05-06 16:34:26 +0200
commita16b919d8403790c02d6ee7d82ef95953be3a380 (patch)
tree974aef75cc4f6a783579481da6e6840863fad628
parentMove replication to socket (diff)
downloadRory-Open-Architecture-a16b919d8403790c02d6ee7d82ef95953be3a380.tar.xz
sockets dont TLS
-rwxr-xr-xhost/Rory-nginx/services/matrix/synapse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix
index 3a58f7a..cdc0edb 100755
--- a/host/Rory-nginx/services/matrix/synapse.nix
+++ b/host/Rory-nginx/services/matrix/synapse.nix
@@ -65,7 +65,7 @@ in
           #port = 8009;
           #bind_addresses = [ "127.0.0.1" ];
           type = "http";
-          tls = false;
+          #tls = false;
           #x_forwarded = true;
           path = "/run/synapse/replication-listener.sock";
           resources = [ {