FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dockette/brotli: 🦾Precompiled brotli binaries for Nginx · GitHub

Brotli (precompiled)

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

Code of conduct

Contributing

Security policy

Stars

3 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL