Skip to content

Commit

Permalink
Update the module to use the new C encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrasnov committed Sep 28, 2016
1 parent 214f88c commit a81d48b
Show file tree
Hide file tree
Showing 46 changed files with 144 additions and 34,333 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "brotli"]
path = brotli
url = https://github.com/google/brotli.git
7 changes: 2 additions & 5 deletions README.md
@@ -1,13 +1,10 @@
# ngx_brotli_module

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

Brotli is a recent compression format developed by Google.

http://www.ietf.org/id/draft-alakuijala-brotli-06.txt

The module comes with a bundled encoder from https://github.com/google/brotli
with a C wrapper.
https://tools.ietf.org/html/rfc7932

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

Expand Down
1 change: 1 addition & 0 deletions brotli
Submodule brotli added at a9f234
13 changes: 0 additions & 13 deletions brotli_encoder/Makefile

This file was deleted.

0 comments on commit a81d48b

Please sign in to comment.