hostlist.conf 296 B

12345678910
  1. upstream backend {
  2. ##<hostlist>##
  3. server 127.0.0.1:8080;
  4. ##</hostlist>##
  5. #check interval=3000 rise=2 fall=5 timeout=1000 type=http;
  6. #check_http_send "GET /apache_router.jsp HTTP/1.0\r\n\r\n";
  7. #check_http_send "GET / HTTP/1.0\r\n\r\n";
  8. #check_http_expect_alive http_2xx http_3xx;
  9. #keepalive 32;
  10. }