Guest User

Untitled

a guest
Jun 18th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. listen site1 *:8081
  2. mode http
  3. balance roundrobin # Load Balancing algorithm
  4. option httpchk
  5. option httpchk GET /
  6. http-check expect string Windows
  7. option forwardfor
  8. server Server1 192.168.1.1:80 check
  9.  
  10. listen site1 *:8082
  11. mode http
  12. balance roundrobin # Load Balancing algorithm
  13. option httpchk
  14. option httpchk GET /
  15. http-check expect string Test
  16. option forwardfor
  17. server Server1 192.168.1.1:80 check
Add Comment
Please, Sign In to add comment