robert 2 vuotta sitten
vanhempi
commit
28fd38451d
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      hostlist.conf

+ 10 - 0
hostlist.conf

@@ -0,0 +1,10 @@
+upstream api.ieasou.cn {
+##<hostlist>##
+###New Host
+server  127.0.0.1:8080;
+##</hostlist>##
+check interval=3000 rise=3 fall=5 timeout=6000 type=http;
+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";
+check_http_expect_alive http_2xx http_3xx;
+keepalive 66;
+}