Update precompressed fields since br is faster than zstd & gzip
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user