-
Hi Pavel. Yes, the update to RC2 is not possible but I am going to be ok for now with the stable version.
I gave access to the greengeeks support team and they cleared all to OK. The only fail had this answer:
Regarding the issue "To apply this optimization you need to have deflate_module - FAIL (you will need to install deflate_module for Apache)", your website is utilizing the more modern "Brotli" optimization rather than "Deflate".
I am attaching my server audit status:
-
I think UNA CMS might not have built-in support for Brotli detection. However, you might be able to manually modify or adjust the configurations to use Brotli. Instead of relying on mod_deflate, you can modify the .htaccess file. I only use deflate_module
Something like this, but you should get confirmation from the UNA team or @LeonidS before trying it!
<IfModule mod_brotli.c>
AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript application/json
</IfModule>
-