Skip to content

Commit 7c32704

Browse files
authored
Fix GH-14474: Better document remote user in PHP-FPM access.format (#14521)
1 parent c33f588 commit 7c32704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/www.conf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ pm.max_spare_servers = 3
348348
; %d/%b/%Y:%H:%M:%S %z (default)
349349
; The strftime(3) format must be encapsulated in a %{<strftime_format>}t tag
350350
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
351-
; %u: remote user
351+
; %u: basic auth user if specified in Authorization header
352352
;
353353
; Default: "%R - %u %t \"%m %r\" %s"
354354
;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"

0 commit comments

Comments
 (0)