alibaba / tengine

A distribution of Nginx with some advanced features
https://tengine.taobao.org
BSD 2-Clause "Simplified" License
12.8k stars 2.52k forks source link

Brotli #853

Open bashcode opened 7 years ago

bashcode commented 7 years ago

Please add support for brotli, this requiere nginx 1.9.11+, actually tengine using nginx 1.8.1 Thanks

chobits commented 7 years ago

Do you mean this repo: https://github.com/google/ngx_brotli ?

( I did not find support for brotli in nginx hg, or am I missing something? )

bashcode commented 7 years ago

Yes, this is the repo: https://github.com/google/ngx_brotli But is not compatible with latest tengine, because nginx version is old.

Support for brotli is added in nginx 1.9.11+

Can you add support for this?

Thanks