File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,13 +299,13 @@ pm.max_spare_servers = 3
299
299
; %t: server time the request was received
300
300
; it can accept a strftime(3) format:
301
301
; %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
304
304
; %T: time the log has been written (the request has finished)
305
305
; it can accept a strftime(3) format:
306
306
; %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
309
309
; %u: remote user
310
310
;
311
311
; Default: "%R - %u %t \"%m %r\" %s"
You can’t perform that action at this time.
0 commit comments