summaryrefslogtreecommitdiff
path: root/www-apache/mod_h2/files/mod_http2.conf
blob: aa36a6a1d65ea4e27ef3c4804c4d760c7e6c518e (plain)
1
2
3
4
5
6
7
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>