Update precompressed fields since br is faster than zstd & gzip

This commit is contained in:
2025-07-02 19:17:55 -05:00
parent 1d27eaf2c9
commit d982284ade
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ bbaovanc.com {
header Cache-Control no-cache header Cache-Control no-cache
root * /var/www/bbaovanc.com/public root * /var/www/bbaovanc.com/public
file_server { file_server {
precompressed zstd br gzip precompressed br zstd gzip
} }
import basicerrors import basicerrors

View File

@ -20,7 +20,7 @@ demo.bbaovanc.com {
header Cache-Control no-cache header Cache-Control no-cache
header boba-handle staging header boba-handle staging
file_server { file_server {
precompressed br gzip precompressed br zstd gzip
} }
} }