mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 22:56:01 +08:00
added comment for brotli support
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user