#随机负载均衡 配置样式 upstream load_balance { server ip1 weight=1 fail_timeout=20s; server ip2 weight=2 fail_timeout=20s; server ip3 weight=2 fail_timeout=20s; server ip4 weight=1 fail_timeout=20s; random_ups; }
-
Notifications
You must be signed in to change notification settings - Fork 0
nginx upstream随机负载均衡实现
License
jerrylining/ngx_http_upstream_random_module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
nginx upstream随机负载均衡实现
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published