From be59c1559d77cc8028265b8d43477b79b6efccef Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 11 Apr 2019 12:41:16 +1000 Subject: [PATCH] FEATURE: enable NGINX brotli support unconditionally Previously we would rely on enable brotli in the web template to turn this on, going forward this is default on --- config/nginx.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index 2fb043f1b5c..6ea850cf1b0 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -119,7 +119,7 @@ server { location ~ ^/assets/(?.+)$ { expires 1y; # asset pipeline enables this - # brotli_static on; + brotli_static on; gzip_static on; add_header Cache-Control public,immutable; # HOOK in asset location (used for extensibility)