From 205fc16a049721e4218b75b8351dda35c3398489 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 3 Oct 2024 10:39:25 +0200 Subject: [PATCH] enable system wide --- static/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 ##