From ba8aec2bc3ae93d948f733a05a87e1ce96695024 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 7 Jun 2016 16:58:36 +1000 Subject: [PATCH] added comment for brotli support --- config/nginx.sample.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nginx.sample.conf b/config/nginx.sample.conf index 8738e87d225..4f44e620154 100644 --- a/config/nginx.sample.conf +++ b/config/nginx.sample.conf @@ -114,6 +114,7 @@ server { location ~ ^/assets/ { expires 1y; # asset pipeline enables this + # brotli_static on; gzip_static on; add_header Cache-Control public; # TODO I don't think this break is needed, it just breaks out of rewrite