From 0b9a4ea64ddad2ac96f3551051d8b7053ef7dbac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jun 2020 09:19:03 +0200 Subject: sync with upstream, typos --- php-fpm-www.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-fpm-www.conf') diff --git a/php-fpm-www.conf b/php-fpm-www.conf index 17bbc72..c001475 100644 --- a/php-fpm-www.conf +++ b/php-fpm-www.conf @@ -72,7 +72,7 @@ listen.allowed_clients = 127.0.0.1 ; process.priority = -19 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user -; or group is differrent than the master process user. It allows to create process +; or group is different than the master process user. It allows to create process ; core dump and ptrace the process for the pool user. ; Default Value: no ; process.dumpable = yes @@ -141,7 +141,7 @@ pm.max_spare_servers = 35 ;pm.max_requests = 500 ; The URI to view the FPM status page. If this value is not set, no URI will be -; recognized as a status page. It shows the following informations: +; recognized as a status page. It shows the following information: ; pool - the name of the pool; ; process manager - static, dynamic or ondemand; ; start time - the date and time FPM has started; @@ -271,13 +271,13 @@ pm.max_spare_servers = 35 ; %d: time taken to serve the request ; it can accept the following format: ; - %{seconds}d (default) -; - %{miliseconds}d +; - %{milliseconds}d ; - %{mili}d ; - %{microseconds}d ; - %{micro}d ; %e: an environment variable (same as $_ENV or $_SERVER) ; it must be associated with embraces to specify the name of the env -; variable. Some exemples: +; variable. Some examples: ; - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e ; - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e ; %f: script filename @@ -368,7 +368,7 @@ slowlog = /var/log/php-fpm/www-slow.log ; Redirect worker stdout and stderr into main error log. If not set, stdout and ; stderr will be redirected to /dev/null according to FastCGI specs. -; Note: on highloaded environement, this can cause some delay in the page +; Note: on highloaded environment, this can cause some delay in the page ; process time (several ms). ; Default Value: no ;catch_workers_output = yes -- cgit