From: Matthias Breddin Date: Sat, 9 May 2015 11:42:15 +0000 (+0200) Subject: Update www.conf.in X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b6381125cad4818c091d1400ca5bc3e588ecfc1;p=php Update www.conf.in --- diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index e4d7748fac..394e27819d 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -299,13 +299,13 @@ pm.max_spare_servers = 3 ; %t: server time the request was received ; it can accept a strftime(3) format: ; %d/%b/%Y:%H:%M:%S %z (default) - The strftime(3) format must be encapsuled in a %{}t tag - e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t +; The strftime(3) format must be encapsuled in a %{}t tag +; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t ; %T: time the log has been written (the request has finished) ; it can accept a strftime(3) format: ; %d/%b/%Y:%H:%M:%S %z (default) - The strftime(3) format must be encapsuled in a %{}t tag - e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t +; The strftime(3) format must be encapsuled in a %{}t tag +; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t ; %u: remote user ; ; Default: "%R - %u %t \"%m %r\" %s"