07 2020 档案

摘要:Nginx can be configured to monitor the health of backend server. 1 Passive Health check Nginix monitor the transications, and if the failed transacito 阅读全文
posted @ 2020-07-30 04:34 anyu686 阅读(229) 评论(0) 推荐(0)
摘要:din /etc/nginx/nginx.conf http { upstream backend { server backend1.example.com; server backend2.example.com; server 192.0.0.1 backup; } server { loca 阅读全文
posted @ 2020-07-25 17:38 anyu686 阅读(255) 评论(0) 推荐(0)
摘要:Congestion Control: It is used for the send to decide what is the packet size it send out due to the limitation of network bandwith. It use slow start 阅读全文
posted @ 2020-07-24 04:40 anyu686 阅读(183) 评论(0) 推荐(0)
摘要:恢复内容开始 Under the task, first entry get perfromed first. 恢复内容结束 阅读全文
posted @ 2020-07-06 04:09 anyu686 阅读(101) 评论(0) 推荐(0)