06 2020 档案

摘要:当你的虚拟机报如下错误的时候: esxi5.0版本最高配置: https://www.vmware.com/content/dam/digitalmarketing/vmware/zh-cn/pdf/vsp_50_config_max_zh-CN.pdf esxi5.1版本最高配置: https:/ 阅读全文
posted @ 2020-06-28 15:22 游子善心 阅读(98) 评论(0) 推荐(0)
摘要:track_total_hits : 7.0 参考:https://www.elastic.co/guide/en/elasticsearch/reference/7.0/search-request-track-total-hits.html 7.8 参考: https://www.elastic 阅读全文
posted @ 2020-06-23 09:51 游子善心 阅读(28) 评论(0) 推荐(0)
摘要:当上游服务器(真实访问服务器)一旦出现故障或者是没有及时相应的话,应该直接轮训到下一台服务器,保证服务器的高可用 。 location / { ### 指定上游服务器负载均衡服务器 proxy_pass http://Site; ### 于192.168.1.123后端服务器连接的超时时间_发起握手 阅读全文
posted @ 2020-06-22 16:19 游子善心 阅读(222) 评论(0) 推荐(0)