Skip to content

Commit

Permalink
feat: add brotli module
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarbous committed Jan 9, 2025
1 parent 2b98fb7 commit 3b34c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SEE https://github.com/nginxinc/docker-nginx/tree/master/modules
FROM nginx:1.27.3 AS builder

ENV ENABLED_MODULES="headers-more subs-filter geoip2"
ENV ENABLED_MODULES="headers-more subs-filter geoip2 brotli"
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]

RUN if [ "$ENABLED_MODULES" = "" ]; then \
Expand Down

0 comments on commit 3b34c63

Please sign in to comment.