14-nginx配置优化1
最大值 [root @localhost logrotate.d]# ulimit -n 1024 [root @localhost ~]# yum install lsof [root @localhost ~]# lsof -c nginx |grep -i ipv4 nginx 6980 root 10u IPv4 120277 0t0 TCP *:http (LISTEN) nginx 6980 root 11u IPv4 120278 0t0 TCP *:webcache (LISTEN) nginx 6980 root 24u IPv4 148622 0t0 TCP *:irdmi (LISTEN) nginx 7591 nobody 10u IPv4 120277 0t0 TCP *:http (LISTEN) nginx 7591 nobody 11u IPv4 120278 0t0 TCP *:webcache (LISTEN) nginx 7591 nobody 24u IPv4 148622 0t0 TCP *:irdmi (LISTEN) nginx 7592 nobody 10u IPv4 120277 0t0 TCP *:http (LISTEN) nginx 7592 nobody 11u IPv4 120278 0t0 TCP *:webcache