I have found that the long connection will be established while the nginx configuration reload and every ldap_server block and every work_process will establish a connection,For example,the work_process is set to 8,and I have 2 ldap_server block,the connection will be 16.As ldap_server increment, it will casue too many open files on ldap server,I want to know whether the connection shoube established while the client open an authorization,not long connections.
I have found that the long connection will be established while the nginx configuration reload and every ldap_server block and every work_process will establish a connection,For example,the work_process is set to 8,and I have 2 ldap_server block,the connection will be 16.As ldap_server increment, it will casue too many open files on ldap server,I want to know whether the connection shoube established while the client open an authorization,not long connections.