首页
文章分类
Android
Windows系统
Mac&iOS
Linux系统
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
随笔
关于
过客
编程有风险,入坑需谨慎!
累计撰写
403
篇文章
累计收到
0
条评论
累计收获
2589
次访问
导航
首页
文章分类
Android
Windows系统
Mac&iOS
Linux系统
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
随笔
关于
目录
分类
Nginx
Nginx 负载均衡策略
2020-07-04 11:04
6
0
0
24.6℃
Nginx
Nginx 反向代理的负载均衡中,内置了 轮询、IP分配、URL hash、最小连接、响应时间等几种策略算法 负载均衡的配置为: http { # ... 省略其它配置 upstream myserver { # 默认为轮询算法 server 192.
Nginx Too many open files
2020-06-10 20:37
5
0
0
24.5℃
Nginx
在使用Nginx做转发时遇到了连接不上的情况,查看error日志发现一堆的Too many open files报错 2020/06/10 12:47:49 [crit] 21453#21453: *77340 open() "/usr/share/nginx/html/50x.html" fail
Nginx: [emerg] bind() to 0.0.0.0:xxxx failed (13: Permission denied)
2020-06-04 01:06
4
0
0
24.4℃
Nginx
在CentOS7环境中安装了nginx后,启动的时候报错nginx: [emerg] bind() to 0.0.0.0:6080 failed (13: Permission denied)。从字面意思上来说,这是权限不足。但出现这种错误可能有多种原因导致的。 1. 端口小于1024时 当端口小于
Nginx转发阿里云内网Redis
2019-10-17 22:59
4
0
0
24.4℃
Nginx
修改Nginx配置文件,加入流转发 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log inf
上一页
下一页
1
2
弹