Hi Merton,

maxconn can be configured in multiple places:

- as a per process limit in the global section [1]
- as a per defaults/frontend/listen limit in the that particular section [2]
- as a per server or server option, for that specific socket or server [3]

All 3 maxconn configurations have a their specific purpose and you can
configure at the same time.


Regards,
Lukas

[1] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3-maxconn
[2] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-maxconn
[3] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#5-maxconn      
                                  

Reply via email to