mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-06 23:32:34 -04:00
DOC: add server name at rate-limit sessions example
This commit is contained in:
parent
835b9212f6
commit
7282d8eb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -6493,7 +6493,7 @@ rate-limit sessions <rate>
|
|||
mode tcp
|
||||
bind :25
|
||||
rate-limit sessions 10
|
||||
server 127.0.0.1:1025
|
||||
server smtp1 127.0.0.1:1025
|
||||
|
||||
Note : when the maximum rate is reached, the frontend's status is not changed
|
||||
but its sockets appear as "WAITING" in the statistics if the
|
||||
|
|
|
|||
Loading…
Reference in a new issue