XF 2.1 enableGzip on config.php is not working

rdn

Well-known member
Licensed customer
I have this on XF1.5 and work as expected, I can see Brotli/br compression on the header.
PHP:
$config['enableGzip'] = false;

On XF 2.1.0, it doesn't work as I can still see gzip is used.

Hosted on same Server/Config.
 
Back
Top Bottom