nginx I/O模式

vim /usr/local/nginx/conf/nginx.conf
events {
use epoll; I/O模式
worker_connections 10240; 单个进程容许的客户端最大链接数
}nginx

相关文章
相关标签/搜索