Guest User

Untitled

a guest
Oct 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. backend http_backend
  2. mode http
  3. balance source
  4. cookie JSESSIONID prefix
  5. # cookie JSESSIONID insert indirect nocache
  6. stick on src table https_backend
  7. server web01 10.105.10.20:80 cookie web01 inter 10000 rise 2 fall 2
  8. server web02 10.105.10.25:80 cookie web02 inter 10000 rise 2 fall 2
  9. option httpclose
  10. option httpchk
  11.  
  12. frontend https_frontend
  13. bind *:443
  14. mode tcp
  15. default_backend https_backend
  16.  
  17. backend https_backend
  18. mode tcp
  19. balance source
  20. stick-table type ip size 200k expire 30m
  21. stick on src
  22. server web01 10.105.10.20:443
  23. server web02 10.105.10.25:443
Add Comment
Please, Sign In to add comment