Skip to content

Easily add Brotli compression to your NGINX instance.

Notifications You must be signed in to change notification settings

quack79/ngx_brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Are you running NGINX and want to add Brotli compression?

With this script, that has been modified and updated to work with latest Brotli versions, you can make dynamic Brotli modules which upgrade whenever NGINX does.

To run mkbrotli in post-upgrade:

nano /etc/apt/apt.conf.d/100-nginx-post-upgrade

And paste in the following:

DPkg::Post-Invoke {"/home/user/mkbrotli"; };

About

Easily add Brotli compression to your NGINX instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages