One minute
Apache: Disable HTTP/2 per domain base
Disabling through .htaccess
Append the following to your HTTP conf for the specific Virtualhost you want to disable HTTP/2 for:
Protocols http/1.1
One minute
Append the following to your HTTP conf for the specific Virtualhost you want to disable HTTP/2 for:
Protocols http/1.1