Welcome to mirror list, hosted at ThFree Co, Russian Federation.

41_mod_http2.conf « modules.d « apache2 « apache « gentoo_apache « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4c9454e0127f75a4892d258db6b6a6d1f14968b (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 h2c http/1.1
  </IfModule>
</IfDefine>