From: Lars Wendler Date: Thu, 12 Jan 2017 22:55:25 +0000 (+0100) Subject: www-servers/apache: Added "h2c" directive to http2 config. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9052d1e4680943e44ac14d039cb91bc740c09e0d;p=gentoo.git www-servers/apache: Added "h2c" directive to http2 config. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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