Move brotli and gzip compress option to application.ini

This commit is contained in:
the-djmaze 2023-02-23 08:39:40 +01:00
parent b5db67d23f
commit 202fb08d09
4 changed files with 24 additions and 27 deletions

View file

@ -4,16 +4,6 @@
//header('Strict-Transport-Security: max-age=31536000');
/**
* 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.
*/