Updated PHP package on all Alpine images

This commit is contained in:
Alexey Pustovalov
2024-02-06 16:17:41 +09:00
parent 5c6a17cb13
commit 56e2f10c3b
4 changed files with 38 additions and 38 deletions

View File

@ -0,0 +1,8 @@
max_execution_time = ${ZBX_MAXEXECUTIONTIME}
memory_limit = ${ZBX_MEMORYLIMIT}
post_max_size = ${ZBX_POSTMAXSIZE}
upload_max_filesize = ${ZBX_UPLOADMAXFILESIZE}
max_input_time = ${ZBX_MAXINPUTTIME}
; always_populate_raw_post_data=-1
max_input_vars = 10000
date.timezone = ${PHP_TZ}