www-servers/apache: Added "h2c" directive to http2 config.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 12 Jan 2017 22:55:25 +0000 (23:55 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 12 Jan 2017 22:55:25 +0000 (23:55 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

www-servers/apache/files/41_mod_http2.conf

index 68b4838c8e3489c389b4f7dc0570961a514ea616..e4c9454e0127f75a4892d258db6b6a6d1f14968b 100644 (file)
@@ -4,6 +4,6 @@
     #LogLevel http2:info
 
     #Enable HTTP/2 support
-    Protocols h2 http/1.1
+    Protocols h2 h2c http/1.1
   </IfModule>
 </IfDefine>