fixes
This commit is contained in:
9
docker/production/etc/php/conf.d/zzz-custom-php.ini
Normal file
9
docker/production/etc/php/conf.d/zzz-custom-php.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
|
||||
error_log = /var/www/html/storage/logs/php-error.log
|
||||
log_errors = On
|
||||
log_errors_max_len = 8192
|
||||
ignore_repeated_errors = On
|
||||
ignore_repeated_source = On
|
||||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
Reference in New Issue
Block a user