diff --git a/static/nginx.conf b/static/nginx.conf index 5a47deb..067a8ce 100644 --- a/static/nginx.conf +++ b/static/nginx.conf @@ -16,6 +16,12 @@ events { } http { + ## + # Brootli support + ## + brotli on; + brotli_comp_level 6; + ## # Basic Settings ##