diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-12 23:55:25 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-12 23:55:25 +0100 |
commit | 9052d1e4680943e44ac14d039cb91bc740c09e0d (patch) | |
tree | 38fe7b773f03d57f2bebee61972723c0ef44384f /www-servers | |
parent | app-admin/apache-tools: Removed old. (diff) | |
download | gentoo-9052d1e4680943e44ac14d039cb91bc740c09e0d.tar.gz gentoo-9052d1e4680943e44ac14d039cb91bc740c09e0d.tar.bz2 gentoo-9052d1e4680943e44ac14d039cb91bc740c09e0d.zip |
www-servers/apache: Added "h2c" directive to http2 config.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/files/41_mod_http2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 </IfModule> </IfDefine> |