diff options
-rw-r--r-- | sapi/fpm/php-fpm.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/fpm/php-fpm.conf.in b/sapi/fpm/php-fpm.conf.in index 15024982bc..6a73047adc 100644 --- a/sapi/fpm/php-fpm.conf.in +++ b/sapi/fpm/php-fpm.conf.in @@ -212,7 +212,8 @@ pm.max_children = 50 ;request_slowlog_timeout = 0 ; The log file for slow requests -; Default Value: @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow +; Default Value: not set +; Note: slowlog is mandatory if request_slowlog_timeout is set ;slowlog = @EXPANDED_LOCALSTATEDIR@/log/php-fpm.log.slow ; Set open file descriptor rlimit. |