Skip to content

Commit

Permalink
enable Brotli in Nginx system wide
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Oct 3, 2024
1 parent 45368fd commit 392d69e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/brotli-nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ then
fi

# Enable Brotli in config
# TBA
rm -f /etc/nginx/nginx.conf
curl_to_dir "$STATIC" nginx.conf /etc/nginx/

# Restart Nginx
if nginx -t
Expand Down

0 comments on commit 392d69e

Please sign in to comment.