added comment for brotli support

This commit is contained in:
Sam 2016-06-07 16:58:36 +10:00
parent 8d1a556f3e
commit ba8aec2bc3
1 changed files with 1 additions and 0 deletions

View File

@ -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