Skip to content

dockette/brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Brotli (precompiled)

GitHub Actions GitHub Sponsors Support/Discussions

Precompiled Brotli dynamic modules for NGINX.


Usage

FROM dockette/debian:buster

ENV NGINX_VERSION=1.23.3
ENV NGINX_MODULES=/usr/lib/nginx/modules

RUN apt update
RUN apt install -y nginx curl
RUN curl -L https://github.com/dockette/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_filter_module.so \
    -o ${NGINX_MODULES}/ngx_http_brotli_filter_module.so
RUN curl -L https://github.com/dockette/brotli/releases/download/latest/debian-buster-${NGINX_VERSION}-ngx_http_brotli_static_module.so \
    -o ${NGINX_MODULES}/ngx_http_brotli_static_module.so

Build

This repo using tool Docker.

make build
make test

Artifacts are exported to dist/.

Maintenance

See how to contribute to this package. Consider to support f3l1x. Thank you for using this package.

About

🦾Precompiled brotli binaries for Nginx

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors