I need to disable Brotli for certain pages in my website, namely www.mywebsite.com/admincp/* because some of these pages produce continuous output, meaning they flush output line by line while generating it, and it is useful sometimes, as opposed to waiting for the whole output to appear at once once completed, which may take several tens of seconds.
I went to Page Rules but I can’t find a way to disable Brotli for a page rule. I already have a rule that says Disable Performance, but surprisingly enough, that does not disable brotly.
Am I missing something obvious?
I wouldn’t want to turn off brotli on the entire website just because there’s a very specific subset of pages where I need to turn it off.