summaryrefslogtreecommitdiff
blob: aac7504ca4e9cbfed45901453cb60a6f498fc053 (plain)
1
2
3
4
5
6
7
8
9
<IfDefine SSL>
  <IfModule http2_module>
    # enable logging for this module
    LogLevel http2:info

    #Enable HTTP/2 support
    Protocols h2 h2c http/1.1
  </IfModule>
</IfDefine>