黑白玩家
博主:欢迎大家进行技术交流
posts - 78,comments - 44,views - 14万
10 2019 档案
nginx模块
摘要:ngx_http_ssl_module #让ngx支持HTTPS模块 ngx_http_log_module #基于给定的格式记录请求于记录中 ngx_http_rewrite_module #实现对请求的URL进行重写、重订购 ngx_http_gzip_module #过滤器,对指定类型的资源压 阅读全文
posted @ 2019-10-16 13:50 黑白玩家 阅读(90) 评论(0) 推荐(0) 编辑
nginx优化
摘要:1.worker_processes 8 #nginx进程 2.worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000 10000000 #为每个进程分配cpu,当然可以写多个,或者将一个进 阅读全文
posted @ 2019-10-16 13:31 黑白玩家 阅读(128) 评论(0) 推荐(0) 编辑
Centos系统内核参数优化
摘要:关于内核参数优化 net.ipv4.tcp_max_tw_buckets = 6000 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.t 阅读全文
posted @ 2019-10-16 13:18 黑白玩家 阅读(640) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示