Skip to content

Commit 3b63811

Browse files
luneticsJulien Pauli
authored and
Julien Pauli
committed
Update www.conf.in
1 parent 6bd4c3e commit 3b63811

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sapi/fpm/www.conf.in

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ pm.max_spare_servers = 3
299299
; %t: server time the request was received
300300
; it can accept a strftime(3) format:
301301
; %d/%b/%Y:%H:%M:%S %z (default)
302-
The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
303-
e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
302+
; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
303+
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
304304
; %T: time the log has been written (the request has finished)
305305
; it can accept a strftime(3) format:
306306
; %d/%b/%Y:%H:%M:%S %z (default)
307-
The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
308-
e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
307+
; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
308+
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
309309
; %u: remote user
310310
;
311311
; Default: "%R - %u %t \"%m %r\" %s"

0 commit comments

Comments
 (0)