From 9052d1e4680943e44ac14d039cb91bc740c09e0d Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 12 Jan 2017 23:55:25 +0100 Subject: [PATCH] www-servers/apache: Added "h2c" directive to http2 config. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- www-servers/apache/files/41_mod_http2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/apache/files/41_mod_http2.conf b/www-servers/apache/files/41_mod_http2.conf index 68b4838c8e34..e4c9454e0127 100644 --- a/www-servers/apache/files/41_mod_http2.conf +++ b/www-servers/apache/files/41_mod_http2.conf @@ -4,6 +4,6 @@ #LogLevel http2:info #Enable HTTP/2 support - Protocols h2 http/1.1 + Protocols h2 h2c http/1.1 -- 2.26.2