11 lines
268 B
INI
11 lines
268 B
INI
error_reporting = E_ERROR
|
|
error_log = /var/www/html/storage/logs/php-error.log
|
|
log_errors = Off
|
|
log_errors_max_len = 8192
|
|
ignore_repeated_errors = On
|
|
ignore_repeated_source = On
|
|
|
|
upload_max_filesize = 256M
|
|
post_max_size = 256M
|
|
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|