How do I implement Brotli compression in Apache?
Here is a quite nice guide how to add support for pre compressed static content to apache with fall-back to gzip
Here is a quite nice guide how to add support for pre compressed static content to apache with fall-back to gzip
I have installed mod_brotli on my WHM server via easyapache 4 – html, css, js files etc are all being compressed. I then came across this in the offocial docs – https://httpd.apache.org/docs/2.4/mod/mod_brotli.html#precompressed I have since added this to my Post VirtualHost include file in WHM (post_virtualhost_global.conf) instead of htaccess as I want this to be server … Read more