Files
for-gentoo/www-servers/apache/files/41_mod_http2.conf
T
2016-03-22 15:53:26 +01:00

10 lines
185 B
Plaintext

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