随笔分类 -  varnish

摘要:backend web1 {.host="tomcat service ip or elb ip or domain"; .port="server_port"; .probe ={ .url = "/"; .interval = 20s; .timeout = 3s ; .window = 1; 阅读全文
posted @ 2020-09-04 18:20 winss 阅读(149) 评论(0) 推荐(0)
摘要:nginx: upstream.conf upstream varnish_test{ server 10.11.22.21:8888; server 10.11.22.22:8888; keepalive 2000; ) conf location @varnish-cache{ proxy_se 阅读全文
posted @ 2020-09-03 19:23 winss 阅读(198) 评论(0) 推荐(0)