All Projects → cloudflare → Ngx_brotli_module

cloudflare / Ngx_brotli_module

Licence: other
Brotli module for NGINX, including the encoder

Programming Languages

c
50402 projects - #5 most used programming language

ngx_brotli_module

This NGINX module enables the brotli compression for Accept-Encoding:"br".

Brotli is a recent compression format developed by Google.

https://tools.ietf.org/html/rfc7932

Use the "--add-module=" when configuring NGINX to enable the module.

Config options:

brotli on/off - enable the module. When brotli is enabled, it takes precendence over gzip if Accept-Encoding has both gzip and brotli. brotli_comp_level num - the compression level used 1-11 brotli_min_length num - the minimal size of the resource to be compressed. Brotli will compress only resources larger than this value. If it is smaller it will let gzip to compress.

Currently tested only on Linux.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].