I figured it out.
In the psa database there is a 'log_rotation' table.
You can make global changes with mysql queries such as:
update `log_rotation` set `compress_enable` = replace(`compress_enable`, 'false' ,'true');
Is it possible to change all log rotation settings globally? I tried to configure the log rotation defaults for the reseller account and sync, but it does not change any of the log rotation values.
Is this possible, or do I need to spend hours and hours clicking on links for hundreds of...
Hi all, I'm having some issues with nginx on a new install of 11.0.9 on Redhat. I used the autoinstaller script and I believe nginx is causing strange behavior.
When nginx is enabled and I create a new site with a dedicated IP, it causes the default SSL to use the SSL from the new site...