]> granicus.if.org Git - php/commitdiff
Update www.conf.in
authorMatthias Breddin <mb@lunetics.com>
Sat, 9 May 2015 11:42:15 +0000 (13:42 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 12 May 2015 11:52:49 +0000 (13:52 +0200)
sapi/fpm/www.conf.in

index e4d7748facdbd0c3f54739f0f1c6337c81e4af8c..394e27819d935a83b3334c5584c524e9f37ebe92 100644 (file)
@@ -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 %{<strftime_format>}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 %{<strftime_format>}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 %{<strftime_format>}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 %{<strftime_format>}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"