You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
395 B
13 lines
395 B
error_reporting = E_ALL & ~E_NOTICE
|
|
memory_limit = {{ (((container_memory | int | abs) | default(512)) / 2) | int | abs }}M
|
|
file_uploads = On
|
|
session.auto_start = 0
|
|
mbstring.func_overload = 0
|
|
pcre.backtrack_limit = 200000
|
|
date.timezone = {{ default_timezone }}
|
|
|
|
upload_max_filesize = {{ max_mail_size_mb | int | abs }}M
|
|
post_max_size = {{ max_mail_size_mb | int | abs }}M
|
|
|
|
allow_url_fopen = On
|
|
|
|
|