设置连接超时时间
http {
##
# Basic Settings
##
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 10;
types_hash_max_size 2048;
client_max_body_size 20m;
keepalive_timeout 设置为10秒
2024-05-24 07:18:33 阅读次数:27
设置连接超时时间
http {
##
# Basic Settings
##
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 10;
types_hash_max_size 2048;
client_max_body_size 20m;
keepalive_timeout 设置为10秒
上一篇:TypeScript 类型系统
下一篇:推荐系统
Prometheus监控之login 登录认证界面(nginx + flask 实现)
nginx高并发优化之模板
FastDFS 是一个开源的高性能分布式文件系统(DFS)。 它的主要功能包括:文件存储,文件同步和文件访问,以及高容量和负载平衡。
nginx高并发优化之缓冲配置
nginx高并发优化之缓存配置
nginx高并发优化之upstream模块设置
nginx高并发优化之Buffer模块配置
nginx高并发优化之文件描述符设置
nginx高并发优化之核心模块设置
反向代理就是代理服务器代理真实服务器。客户端以为代理服务器就是真实服务器,所以就会把要请求的==资源(URL)==发给代理服务器。
文章
25746
阅读量
3153242
2024-11-04 09:32:32
2024-09-24 06:30:20
2024-07-01 01:33:31
2024-07-01 01:32:51
2024-07-01 01:31:38
2024-06-26 06:22:23
2023-03-24 10:30:29
2023-05-24 08:17:05
2023-05-04 09:43:19
2023-02-16 07:43:12
2023-02-16 09:40:38
2023-04-27 07:57:16