From d675cb3d4b420a0df7f68dc6b9941837660407d8 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 16 Aug 2019 10:00:26 +0300 Subject: [PATCH] Serve /.well-known/matrix/server with proper Content-Type --- examples/apache/matrix-synapse.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/apache/matrix-synapse.conf b/examples/apache/matrix-synapse.conf index e7e36fac6..7ed712ab6 100644 --- a/examples/apache/matrix-synapse.conf +++ b/examples/apache/matrix-synapse.conf @@ -56,6 +56,9 @@ Require all granted + + Header always set Content-Type "application/json" + AllowOverride All # Apache 2.4: