mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 11:37:49 +02:00
Updated Alpine to 3.19, PHP to 8.3 on Alpine and to 8.2 ol OL / RHEL / CentOS.
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
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}
|
||||
; https://www.php.net/manual/en/security.hiding.php
|
||||
expose_php = ${EXPOSE_WEB_SERVER_INFO}
|
Reference in New Issue
Block a user