mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
added comment for brotli support
This commit is contained in:
parent
8d1a556f3e
commit
ba8aec2bc3
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ server {
|
||||||
location ~ ^/assets/ {
|
location ~ ^/assets/ {
|
||||||
expires 1y;
|
expires 1y;
|
||||||
# asset pipeline enables this
|
# asset pipeline enables this
|
||||||
|
# brotli_static on;
|
||||||
gzip_static on;
|
gzip_static on;
|
||||||
add_header Cache-Control public;
|
add_header Cache-Control public;
|
||||||
# TODO I don't think this break is needed, it just breaks out of rewrite
|
# TODO I don't think this break is needed, it just breaks out of rewrite
|
||||||
|
|
Loading…
Reference in a new issue