Nginx server load balancer works with reverse proxy settings in the http segment: www.2cto. comupstreammy_server_pool {server192.168.10.21: 80weight1max_fails2fail_timeout30s; server192.168.10.20: 80weight1 ..
Set it in the http segment: www.2cto.com upstream my_server_pool {
Server 192.168.10.21: 80 weight = 1 max_fails = 2 fail_timeout = 30 s;
Server 192.168.10.20: 80 weight = 1 max_fails = 2 fail_timeout = 30 s;
Proxy_cache_path/usr/local/nginx/proxy_temp levels = keys_zone = cache_one: 500 m inactive = 1d max_size = 1g;
Set in the server segment: www.2cto.com
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service