mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[DOC] fix typos about bind-process syntax
Reported by Tijn Lambrechtsen. (cherry picked from commit 365cddc61dec824c7edcfca7cf974222a42f4896)
This commit is contained in:
parent
7f18e52b13
commit
bfcd31134b
1 changed files with 3 additions and 3 deletions
|
|
@ -1453,15 +1453,15 @@ bind-process [ all | odd | even | <number 1-32> ] ...
|
|||
Example :
|
||||
listen app_ip1
|
||||
bind 10.0.0.1:80
|
||||
bind_process odd
|
||||
bind-process odd
|
||||
|
||||
listen app_ip2
|
||||
bind 10.0.0.2:80
|
||||
bind_process even
|
||||
bind-process even
|
||||
|
||||
listen management
|
||||
bind 10.0.0.3:80
|
||||
bind_process 1 2 3 4
|
||||
bind-process 1 2 3 4
|
||||
|
||||
See also : "nbproc" in global section.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue