mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-16 12:53:19 +01:00
9 lines
282 B
INI
9 lines
282 B
INI
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}
|