nginx I/O模式

vim /usr/local/nginx/conf/nginx.conf
events {
use epoll; I/O模式
worker_connections 10240; 單個進程容許的客戶端最大鏈接數
}nginx

相關文章
相關標籤/搜索