From cb900d64dd564b1a170e32cf38884043848c8e61 Mon Sep 17 00:00:00 2001 From: Marcel Ackermann <31695+dreamflasher@users.noreply.github.com> Date: Wed, 23 Oct 2019 15:12:31 +0200 Subject: [PATCH] Listen 8448 required for apache Listen 8448 directive makes apache listen on that port, without it federation does not work. --- examples/apache/matrix-synapse.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/apache/matrix-synapse.conf b/examples/apache/matrix-synapse.conf index fee240cf..f3f85d31 100644 --- a/examples/apache/matrix-synapse.conf +++ b/examples/apache/matrix-synapse.conf @@ -92,6 +92,7 @@ # # In this example we use all services on the same machine (127.0.0.1) but you can do this with different machines. # If you do so be sure to reach the destinated IPADRESS and the correspondending port. Check this with netstat, nmap or your favourite tool. +Listen 8448 ServerName matrix.DOMAIN