hostlist.conf 334 B

12345678910
  1. upstream api.ieasou.cn {
  2. ##<hostlist>##
  3. ###New Host
  4. server 127.0.0.1:8080;
  5. ##</hostlist>##
  6. check interval=3000 rise=3 fall=5 timeout=6000 type=http;
  7. check_http_send "GET /api/bookapp/bookshelfWfr.m?appid=10001&appverion=1099&cid=eef_&os=ios&count=1&page=1 HTTP/1.0\r\n\r\n";
  8. check_http_expect_alive http_2xx http_3xx;
  9. keepalive 66;
  10. }