作业帮 > 综合 > 作业

nginx老是work connection not enough,怎么解决

来源:学生作业帮 编辑:灵鹊做题网作业帮 分类:综合作业 时间:2024/05/08 19:45:19
nginx老是work connection not enough,怎么解决
nginx老是work connection not enough,怎么解决
尝试调整一下 Nginx.conf 配置
如:

error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
worker_rlimit_nofile 65535;
pid logs/nginx.pid;
events {
use epoll;
worker_connections 65535;
}