From 69e07727dcd13c3c7f554f3a6fb2c8eb3c69e15e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 14 Aug 2021 23:05:01 +0200 Subject: [PATCH] Update php-fpm.conf --- conf/php-fpm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 14a3eb6..647e660 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -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 \ No newline at end of file +php_value[date.timezone] = Europe/Paris