
负载均衡
littlestream9527
Hew out of the mountain of despair a stone of hope!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx 配置
user me;worker_processes 4;events { worker_connections 102400;}http { include mime.types; default_type application/octet-stream; #access_log logs/access.log main; keepalive_...原创 2018-03-19 17:00:15 · 188 阅读 · 0 评论 -
twproxy 配置
vi nutcracker_cache_6201.yml beta: listen: 0.0.0.0:8102 hash: murmur distribution: ketama auto_eject_hosts: false redis: true preconnect: true servers: - 10.20.49.223:6201:1 se...原创 2019-04-01 18:13:27 · 404 阅读 · 0 评论