miwaiwai

导航

nginx对tcp负载转发

1.nginx-1.24.0,pcre-8.45.zip

2.先编译安装pcre

3.再安装nginx-1.24.0

  

./configure --with-stream

make
make install

4.修改文件描述符为65535

* soft nofile 65535
* hard nofile 65535

 

posted on 2024-10-09 09:32  米歪歪  阅读(35)  评论(0)    收藏  举报