mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-17 00:44:33 +00:00
DOC: move the "group" keyword at the right place
It looks like "hard-stop-after", "h1-case-adjust" and "h1-case-adjust-file" were added before "group", breaking alphabetical ordering.
This commit is contained in:
parent
6ccee41ae8
commit
11770ce64b
@ -834,6 +834,10 @@ gid <number>
|
||||
will only be able to drop these groups if started with superuser privileges.
|
||||
See also "group" and "uid".
|
||||
|
||||
group <group name>
|
||||
Similar to "gid" but uses the GID of group name <group name> from /etc/group.
|
||||
See also "gid" and "user".
|
||||
|
||||
hard-stop-after <time>
|
||||
Defines the maximum time allowed to perform a clean soft-stop.
|
||||
|
||||
@ -899,10 +903,6 @@ h1-case-adjust-file <hdrs-file>
|
||||
See "h1-case-adjust", "option h1-case-adjust-bogus-client" and
|
||||
"option h1-case-adjust-bogus-server".
|
||||
|
||||
group <group name>
|
||||
Similar to "gid" but uses the GID of group name <group name> from /etc/group.
|
||||
See also "gid" and "user".
|
||||
|
||||
log <address> [len <length>] [format <format>] [sample <ranges>:<smp_size>]
|
||||
<facility> [max level [min level]]
|
||||
Adds a global syslog server. Several global servers can be defined. They
|
||||
|
Loading…
Reference in New Issue
Block a user