e4c9454e0127f75a4892d258db6b6a6d1f14968b
[portage-squeep] / www-servers / apache / files / 41_mod_http2.conf
1 <IfDefine SSL>
2 <IfModule http2_module>
3 # enable debugging for this module
4 #LogLevel http2:info
5
6 #Enable HTTP/2 support
7 Protocols h2 h2c http/1.1
8 </IfModule>
9 </IfDefine>