Detect enabled Brotli compression before Gzip compression

This commit is contained in:
djmaze 2021-09-27 12:50:59 +02:00
parent 244d4c49c5
commit 2d4ce14b1c
2 changed files with 8 additions and 5 deletions

View file

@ -4,9 +4,12 @@
//header('Strict-Transport-Security: max-age=31536000');
// Uncomment to use gzip encoded output
// Uncomment to use gzip compressed output
//define('USE_GZIP', 1);
// Uncomment to use brotli compressed output
//define('USE_BROTLI', 1);
// Uncomment to enable multiple domain installation.
//define('MULTIDOMAIN', 1);