diff --git a/conf/nginx.conf b/conf/nginx.conf index 91631da..5a13dec 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -97,6 +97,7 @@ location ~ ^/plugins/[^/]+(/[^/]+)?/ws/ { ## root __DATA_DIR__/storage/; + # Enable compression for JS/CSS/HTML, for improved client load times. # It might be nice to compress JSON/XML as returned by the API, but # leaving that out to protect against potential BREACH attack.