From 7e98539ca04ec9fa6d4d97b2406a9568b50644f8 Mon Sep 17 00:00:00 2001 From: Mar Alegre <mar@mar.alemor.org> Date: Mon, 26 Dec 2022 19:27:37 -0500 Subject: [PATCH] need to specify unencrypted http2 --- nextcloud/assets/apache/nextcloud.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/assets/apache/nextcloud.conf b/nextcloud/assets/apache/nextcloud.conf index 184b51f..15248c4 100644 --- a/nextcloud/assets/apache/nextcloud.conf +++ b/nextcloud/assets/apache/nextcloud.conf @@ -1,5 +1,5 @@ <VirtualHost *:80> - Protocols h2 http/1.1 + Protocols h2c http/1.1 #ServerAdmin webmaster@localhost DocumentRoot /var/www/html/nextcloud/