Fix GH-14474: Better document remote user in PHP-FPM access.format (#14521)

This commit is contained in:
Jakub Zelenka 2024-06-16 12:32:00 +01:00 committed by GitHub
parent c33f58867e
commit 7c32704a71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %{<strftime_format>}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%%"