This commit is contained in:
Saufi
2026-06-03 09:11:52 +08:00
parent a14d43fe34
commit 75d046228b
6 changed files with 116 additions and 1 deletions

8
docker/php/custom.ini Normal file
View File

@@ -0,0 +1,8 @@
display_errors = On
display_startup_errors = Off
log_errors = On
error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
upload_max_filesize = 20M
post_max_size = 25M
max_execution_time = 120
memory_limit = 256M