Versions Compared

Key

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

...

Expand
titlePHP Settings

Below are some of the settings which may need to be altered from their default values:

Code Block
languagebash
max_execution_time = 120
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M
default_charset = "utf-8"
mbstring.internal_encoding = UTF-8
max_input_vars = 3000

E-mail configuration

Rogo uses the built in PHP mail functions to send e-mail, therefor you will need to configure it correctly for your environment.

...