Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionDescription
Root Web Directory

The full server path to the web directory (e.g. /home/user/public_html/). This is not the path to the directory Blesta is installed under.

Temp DirectoryThe full server path where Blesta should write temporary files. This directory must be writable by the server's web user and cron user.
Uploads DirectoryThe full server path where Blesta should write uploaded files. This directory must be writable by the server's web user and cron user.
Rotation Policy

The number of days to retain logs.

Expand
titleRead More.

Rotation Policy controls the amount of time to retain most log data, cron log being the exception as that is controlled by the Blesta.cron_log_retention_days configuration.

Options that control what logs to delete can be found in the configuration. They include:

  • Blesta.auto_delete_accountaccess_logs
  • Blesta.auto_delete_contact_logs
  • Blesta.auto_delete_email_logs
  • Blesta.auto_delete_gateway_logs
  • Blesta.auto_delete_module_logs
  • Blesta.auto_delete_transaction_logs
  • Blesta.auto_delete_user_logs

...