<IfDefine SSL>
  <IfModule http2_module>
    # enable debugging for this module
    #LogLevel http2:info

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