В репозиторий добавлены NGINX 1.17.7 mainline версий, собранные статически с OpenSSL 1.1.1d, ngx cache purge и ngx http geoip2 module.
Работает сжатие brotli (v1.0.7) и поддержка TLS 1.3 final, которая поставляется в версии Google Chrome 70.
для включения TLS 1.3 надо указать:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
Ссылки:
Или же воспользуйтесь нашим репо
brotli compression is not working …. (content-encoding: gzip)
TLS 1.3 work fine …
Install on:
Linux l 3.10.0-1062.12.1.el7.x86_64
brotli-1.0.7-5.el7.x86_64 (from epel)
nginx.conf:
brotli_static on;
brotli_comp_level 6;
brotli_types *;
please help …
Hello Romanitch,
Are you sure you have static files *.css.br for your *.css files? This is actually how brotli_static works.
If you want dynamic compression, please try to use «brotli on».
NGINX 1.17.7 mainline built against OpenSSL 1.1.1d with TLS 1.3 Final (RFC 8446) and brotli for Red Hat Enterprise Linux and CentOS
brotli compression is not working …. (content-encoding: gzip)
TLS 1.3 work fine …
Install on:
Linux l 3.10.0-1062.12.1.el7.x86_64
brotli-1.0.7-5.el7.x86_64 (from epel)
nginx.conf:
brotli_static on;
brotli_comp_level 6;
brotli_types *;
please help …
Hi,
I saw that you guys just released nginx 1.17.10 to repo. It doesn’t have openSSL bundled and is therefore throwing an error in yum since 1.1.1 is required. Was this intentional?
thanks
Hi Dan,
Sorry for the delay, we uploaded OpenSSL 1.1.1 into the mainline repository.
Details in the latest news post.