This commit is contained in:
Andras Bacsai
2024-12-09 15:19:33 +01:00
parent 8f48f84bdf
commit d641975040
2 changed files with 13 additions and 2 deletions

View 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