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)