mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix GH-14474: Better document remote user in PHP-FPM access.format (#14521)
This commit is contained in:
parent
c33f58867e
commit
7c32704a71
1 changed files with 1 additions and 1 deletions
|
@ -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%%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue