diff options
author | 2016-06-01 15:49:57 -0400 | |
---|---|---|
committer | 2016-06-01 16:26:08 -0400 | |
commit | 468a4b50c52428ed43b2a595901339bff5c10dd6 (patch) | |
tree | 67f874b093147cf1bb38a6165da21f57507ee039 /www-apache/mod_h2/files | |
parent | www-client/chromium: dev channel bump (52.0.2743.10) (diff) | |
download | gentoo-468a4b50c52428ed43b2a595901339bff5c10dd6.tar.gz gentoo-468a4b50c52428ed43b2a595901339bff5c10dd6.tar.bz2 gentoo-468a4b50c52428ed43b2a595901339bff5c10dd6.zip |
www-apache/mod_h2: update to newer pre-releases
These are meant to be used in conjunction with newer apache releases
so fixes to just the mod_http2 module can be tested.
Diffstat (limited to 'www-apache/mod_h2/files')
-rw-r--r-- | www-apache/mod_h2/files/mod_h2.conf | 8 | ||||
-rw-r--r-- | www-apache/mod_h2/files/mod_http2.conf | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www-apache/mod_h2/files/mod_h2.conf b/www-apache/mod_h2/files/mod_h2.conf deleted file mode 100644 index 564e97b66549..000000000000 --- a/www-apache/mod_h2/files/mod_h2.conf +++ /dev/null @@ -1,8 +0,0 @@ -<IfDefine HTTP2> - -LoadModule h2_module modules/mod_h2.so - -# See https://github.com/icing/mod_h2#configuration for more options. -H2Engine on - -</IfDefine> diff --git a/www-apache/mod_h2/files/mod_http2.conf b/www-apache/mod_h2/files/mod_http2.conf new file mode 100644 index 000000000000..aa36a6a1d65e --- /dev/null +++ b/www-apache/mod_h2/files/mod_http2.conf @@ -0,0 +1,8 @@ +<IfDefine HTTP2> + +LoadModule http2_module modules/mod_http2.so + +# https://httpd.apache.org/docs/2.4/mod/mod_http2.html +Protocols h2 http/1.1 + +</IfDefine> |