Cómo habilitar HTTP/2 en cPanel & WHM
En esta entrada, os enseño, a habilitar el protocolo HTTP/2 en cPanel & WHM.
Accedemos a: WHM root > EasyApache 4 > Currently Installed Packages > Customize > Apache Modules > mod_http2
cat /etc/apache2/conf.d/http2.conf
<IfModule http2_module>
    LogLevel http2:info
    Protocols h2 h2c http/1.1
</IfModule>
 Test HTTP/2: https://tools.keycdn.com/http2-test
Comentarios
Publicar un comentario