summaryrefslogtreecommitdiffstats
path: root/php-fpm.conf
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-12 18:07:14 +0200
committerRemi Collet <remi@remirepo.net>2017-04-12 18:07:14 +0200
commita329f115e0c91a49c83ac9baa5c2a63b9d9b3f13 (patch)
treebbc195766815d72af7f8fc0d0d7b026ac4136400 /php-fpm.conf
parent2330699e986692f90e64c23781ac9376c959aa90 (diff)
cleanup fpm conf
Diffstat (limited to 'php-fpm.conf')
-rw-r--r--php-fpm.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-fpm.conf b/php-fpm.conf
index 55dc684..29ec0d9 100644
--- a/php-fpm.conf
+++ b/php-fpm.conf
@@ -49,7 +49,7 @@ error_log = /var/log/php-fpm/error.log
; Default Value: 0
;emergency_restart_threshold = 0
-; Interval of time used by emergency_restart_interval to determine when
+; Interval of time used by emergency_restart_interval to determine when
; a graceful restart will be initiated. This can be useful to work around
; accidental corruptions in an accelerator's shared memory.
; Available Units: s(econds), m(inutes), h(ours), or d(ays)
@@ -63,7 +63,7 @@ error_log = /var/log/php-fpm/error.log
; Default Value: 0
;process_control_timeout = 0
-; The maximum number of processes FPM will fork. This has been design to control
+; The maximum number of processes FPM will fork. This has been designed to control
; the global number of processes when using dynamic PM within a lot of pools.
; Use it with caution.
; Note: A value of 0 indicates no limit
@@ -71,10 +71,10 @@ error_log = /var/log/php-fpm/error.log
;process.max = 128
; Specify the nice(2) priority to apply to the master process (only if set)
-; The value can vary from -19 (highest priority) to 20 (lower priority)
+; The value can vary from -19 (highest priority) to 20 (lowest priority)
; Note: - It will only work if the FPM master process is launched as root
; - The pool process will inherit the master process priority
-; unless it specified otherwise
+; unless specified otherwise
; Default Value: no set
;process.priority = -19
@@ -98,8 +98,8 @@ daemonize = yes
; Default Value: not set (auto detection)
;events.mechanism = epoll
-; When FPM is build with systemd integration, specify the interval,
-; in second, between health report notification to systemd.
+; When FPM is built with systemd integration, specify the interval,
+; in seconds, between health report notification to systemd.
; Set to 0 to disable.
; Available Units: s(econds), m(inutes), h(ours)
; Default Unit: seconds
@@ -107,7 +107,7 @@ daemonize = yes
;systemd_interval = 10
;;;;;;;;;;;;;;;;;;;;
-; Pool Definitions ;
+; Pool Definitions ;
;;;;;;;;;;;;;;;;;;;;
; Multiple pools of child processes may be started with different listening