added comment for brotli support
This commit is contained in:
parent
8d1a556f3e
commit
ba8aec2bc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue