summaryrefslogtreecommitdiff
path: root/sapi/fpm/www.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/www.conf.in')
-rw-r--r--sapi/fpm/www.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in
index d69bcf5eee..e4d7748fac 100644
--- a/sapi/fpm/www.conf.in
+++ b/sapi/fpm/www.conf.in
@@ -299,9 +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
; %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
; %u: remote user
;
; Default: "%R - %u %t \"%m %r\" %s"