You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
574 B
24 lines
574 B
[zabbix]
|
|
user = apache
|
|
group = apache
|
|
|
|
listen = /run/php-fpm/zabbix.sock
|
|
listen.owner = nginx
|
|
listen.allowed_clients = 127.0.0.1
|
|
|
|
pm = dynamic
|
|
pm.max_children = 50
|
|
pm.start_servers = 5
|
|
pm.min_spare_servers = 5
|
|
pm.max_spare_servers = 35
|
|
|
|
php_value[session.save_handler] = files
|
|
php_value[session.save_path] = /var/lib/php/session
|
|
|
|
php_value[max_execution_time] = 300
|
|
php_value[memory_limit] = 128M
|
|
php_value[post_max_size] = 16M
|
|
php_value[upload_max_filesize] = 2M
|
|
php_value[max_input_time] = 300
|
|
php_value[max_input_vars] = 10000
|
|
; php_value[date.timezone] = Europe/Riga
|
|
|