mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: lowercase format string in unique-id
Update configuration.txt to use the correct format string in the unique-id documentation.
This commit is contained in:
parent
e5978bfc25
commit
f21be328e8
1 changed files with 2 additions and 2 deletions
|
|
@ -7676,7 +7676,7 @@ unique-id-format <string>
|
|||
|
||||
Example:
|
||||
|
||||
unique-id-format %{+X}o\ %Ci:%Cp_%Fi:%Fp_%Ts_%rt:%pid
|
||||
unique-id-format %{+X}o\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid
|
||||
|
||||
will generate:
|
||||
|
||||
|
|
@ -7696,7 +7696,7 @@ unique-id-header <name>
|
|||
|
||||
Example:
|
||||
|
||||
unique-id-format %{+X}o\ %Ci:%Cp_%Fi:%Fp_%Ts_%rt:%pid
|
||||
unique-id-format %{+X}o\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid
|
||||
unique-id-header X-Unique-ID
|
||||
|
||||
will generate:
|
||||
|
|
|
|||
Loading…
Reference in a new issue