summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorMatthias Breddin <mb@lunetics.com>2015-05-02 01:05:39 +0200
committerJulien Pauli <jpauli@php.net>2015-05-12 13:52:49 +0200
commit6bd4c3e17d298e15519aff9f2931a5c44ec0839f (patch)
treef875807062f44de37183b4932515cd794b50a361 /sapi
parent0f422fc4676142eaf25ba35ab5219d2d73d0ef87 (diff)
downloadphp-git-6bd4c3e17d298e15519aff9f2931a5c44ec0839f.tar.gz
Detailed information about the strftime access.log format
More descriptive usage of a custom timeformat
Diffstat (limited to 'sapi')
-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"