From 1eee67bd8b08606076268ec3025fe0c8f977a336 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 9 Jun 2024 11:28:48 +0100 Subject: [PATCH] Fix GH-14474: Better document remote user in PHP-FPM access.format --- sapi/fpm/www.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%%"