NGINX 1.17.6 mainline-version, built statically against OpenSSL 1.1.1d with ngx cache purge, brotli (v1.0.7), TLS 1.3 final and ngx http geoip2 module support added to repository. TLS 1.3 works with Google Chrome versions 70. To enable TLS 1.3, you must specify: ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
Links:
Alternatively, feel free to use our CentOS/RHEL repository.
May I know how to enable brotli?
I have installed NGINX 1.17.6 through your repository but brotli not working.
See config samples. Smth like:
brotli on;
brotli_types text/html text/css text/x-component application/x-javascript application/javascript text/javascript;