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