From 3053d18c0776c1c12647752fc80e83e4fe9c3de0 Mon Sep 17 00:00:00 2001 From: Lukas Post <18466902+deutschepost@users.noreply.github.com> Date: Sun, 3 Oct 2021 01:39:43 +0200 Subject: [PATCH] readded http2 support --- synapse.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse.subdomain.conf.sample b/synapse.subdomain.conf.sample index ca01b50..dadcb1e 100644 --- a/synapse.subdomain.conf.sample +++ b/synapse.subdomain.conf.sample @@ -5,8 +5,8 @@ server { listen [::]:443 ssl; # For the federation port - listen 8448 ssl; - listen [::]:8448 ssl; + listen 8448 ssl http2 default_server; + listen [::]:8448 ssl http2 default_server; server_name matrix.*;