Add and enable brouken.com/repo[1] (source at brouken.com/repo-src) on CentOS 7 (x86_64) using following command:
yum -y install yum-utils
yum-config-manager --add-repo https://brouken.com/brouken.repo
Additional highly recommended configuration (if you’re using EPEL!):
For Bash:
yum-config-manager --save --setopt=epel.exclude=nginx*;
For zsh:
yum-config-manager --save --setopt=epel.exclude=nginx\*;
Check if Nginx support ALPN
:
nginx -V
Visit chrome://net-internals/#http2 via Chrome [2] .