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-servers/apache/files/41_mod_http2.conf

10 lines
189 B

<IfDefine SSL>
<IfModule http2_module>
# enable debugging for this module
#LogLevel http2:info
#Enable HTTP/2 support
Protocols h2 h2c http/1.1
</IfModule>
</IfDefine>