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-07-04 14:45:02 +0200
commite9762970a28f7a967964aaf386787b0321abbca6 (patch)
tree974aef75cc4f6a783579481da6e6840863fad628
parentMove replication to socket (diff)
downloadRory-Open-Architecture-e9762970a28f7a967964aaf386787b0321abbca6.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 = [ {