From d982284ade3058b82f7b3a4e2b18cf84d234f4f8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 2 Jul 2025 19:17:55 -0500 Subject: [PATCH] Update precompressed fields since br is faster than zstd & gzip --- conf.d/bbaovanc.com | 2 +- conf.d/demo.bbaovanc.com | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/bbaovanc.com b/conf.d/bbaovanc.com index 9c88ae3..6851b47 100644 --- a/conf.d/bbaovanc.com +++ b/conf.d/bbaovanc.com @@ -22,7 +22,7 @@ bbaovanc.com { header Cache-Control no-cache root * /var/www/bbaovanc.com/public file_server { - precompressed zstd br gzip + precompressed br zstd gzip } import basicerrors diff --git a/conf.d/demo.bbaovanc.com b/conf.d/demo.bbaovanc.com index 249810e..58bca60 100644 --- a/conf.d/demo.bbaovanc.com +++ b/conf.d/demo.bbaovanc.com @@ -20,7 +20,7 @@ demo.bbaovanc.com { header Cache-Control no-cache header boba-handle staging file_server { - precompressed br gzip + precompressed br zstd gzip } }