Skip to content

Commit

Permalink
Merge pull request #44 from linuxserver/add-brotli
Browse files Browse the repository at this point in the history
Added brotli module to nginx
  • Loading branch information
homerr authored Mar 28, 2024
2 parents d5eaad3 + e386d5f commit c1313c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
busybox-suid \
nginx-mod-http-brotli \
php83-dom \
php83-gd \
php83-intl \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
busybox-suid \
nginx-mod-http-brotli \
php83-dom \
php83-gd \
php83-intl \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.03.24:", desc: "Add brotli to nginx." }
- { date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
Expand Down

0 comments on commit c1313c0

Please sign in to comment.