How To Add Brotli Support To Nginx On Ubuntu Linux
Brotli ( br for short), is an open-source compression algorithm developed by Google that can be used as an alternative to Gzip, Zopfli, and Deflate. In some studies, data can be compressed by 10 to 20 percent more than current compression algorithms. If you want to use Brotli with Nginx, you’ll have to use the ngx_brotli module developed by Google, since Nginx doesn’t have official support, at least for its free version....