This commit is contained in:
William Blythe
2018-12-22 08:25:53 +11:00
parent fdf16cd959
commit 68fd13e8dc

View File

@@ -34,9 +34,8 @@ http {
# https://nginx.org/en/docs/http/ngx_http_gzip_module.html
brotli on;
brotli_static on;
# brotli_static on;
brotli_types *;
brotli_min_length 256;
# Enable gzip compression.
# Default: off
gzip on;