diff --git a/sapi/fpm/www.conf.in b/sapi/fpm/www.conf.in index ff47b50422c2..9689e4defab0 100644 --- a/sapi/fpm/www.conf.in +++ b/sapi/fpm/www.conf.in @@ -348,7 +348,7 @@ pm.max_spare_servers = 3 ; %d/%b/%Y:%H:%M:%S %z (default) ; The strftime(3) format must be encapsulated in a %{}t tag ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t -; %u: remote user +; %u: basic auth user if specified in Authorization header ; ; Default: "%R - %u %t \"%m %r\" %s" ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"