In the haproxy config file, there is a directive called maxconn.
does this directive refer to concurrent connections? Or once the connection is redirected to a server, it is closed? For example, if the maxconn is set to 4000, and in my whole website there are 10k people, would that directive limit that users number?
Thank you