Skip to content

Commit

Permalink
SC
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
Daniel Hansson committed Oct 2, 2024
1 parent dfdd69e commit edd52d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/brotli-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apt-get autoremove -y

# Enable Brotli
install_if_not libnginx-mod-brotli
if ! -[ /etc/nginx/modules-enabled/50-mod-http-brotli-filter.conf ]
if ! [ -f /etc/nginx/modules-enabled/50-mod-http-brotli-filter.conf ]
then
echo "load_module modules/ngx_http_brotli_filter_module.so;" > /etc/nginx/modules-enabled/50-mod-http-brotli-filter.conf
fi
Expand Down

0 comments on commit edd52d0

Please sign in to comment.