From af2a7cd4dddc2318d945deae6f86b59ebb449716 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 23 Mar 2020 19:02:15 +0100 Subject: [PATCH] remove h2 clear text --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 1a41f0a5..2c58583a 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -301,7 +301,7 @@ a2enconf php"$PHPVER"-fpm print_text_in_color "$ICyan" "Enabling HTTP/2 server wide..." cat << HTTP2_ENABLE > "$HTTP2_CONF" - Protocols h2 h2c http/1.1 + Protocols h2 http/1.1 H2Direct on HTTP2_ENABLE