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

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