From 635865ac82e2a3ff3641c22e45d95587b95bc149 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 22 Jan 2019 11:37:54 +0100
Subject: [PATCH] Disabled http2 in nginx template

---
 deploy/nginx.template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/nginx.template b/deploy/nginx.template
index 8f5f674b..125397ea 100644
--- a/deploy/nginx.template
+++ b/deploy/nginx.template
@@ -22,8 +22,8 @@ map $http_upgrade $connection_upgrade {
 }
 
 server {
-    listen      443 ssl http2;
-    listen [::]:443 ssl http2;
+    listen      443 ssl;
+    listen [::]:443 ssl;
     server_name ${FUNKWHALE_HOSTNAME};
 
     # TLS
-- 
GitLab