You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_h2/files/mod_http2.conf

9 lines
154 B

<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>