mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update php-fpm.conf
This commit is contained in:
parent
09c93d36d5
commit
69e07727dc
1 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ pm.max_requests = 500
|
|||
; start time - the date and time the process has started;
|
||||
; start since - the number of seconds since the process has started;
|
||||
; requests - the number of requests the process has served;
|
||||
; request duration - the duration in µs of the requests;
|
||||
; request duration - the duration in µs of the requests;
|
||||
; request method - the request method (GET, POST, ...);
|
||||
; request URI - the request URI with the query string;
|
||||
; content length - the content length of the request (only with POST);
|
||||
|
@ -433,4 +433,4 @@ php_value[post_max_size] = 16M
|
|||
php_value[max_execution_time] = 300
|
||||
php_value[max_input_time] = 300
|
||||
php_value[open_basedir] = /var/www/zabbix/:/usr/share/fonts/:/tmp:/etc/zabbix/web
|
||||
php_value[date.timezone] = Europe/Paris
|
||||
php_value[date.timezone] = Europe/Paris
|
||||
|
|
Loading…
Add table
Reference in a new issue