Question
Does Plesk support BROTLI (mod_brotli) compression for Apache or Nginx web server?
Answer
This functionality is implemented as of Plesk Obsidian 18.0.33
Brotli compression is enabled by default.
To disable Brotli on a single domain, specify brotli off;
in additional Nginx directives.
To disable Brotli globally, either specify brotli off;
in /etc/nginx/conf.d/yy000_brotli_tweaks.conf
or run the command:
# plesk bin nginx -d brotli
Note: If web content is served by Apache (I.E.: Nginx is in proxy mode), the gzip may be needed to be disabled in Apache directives HTTP/HTTPS with the following: SetEnv no-gzip 1