Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. frontend localhost
  2. bind *:8081
  3. option tcplog
  4. mode tcp
  5. acl isVenesh dst_port 8081
  6. use_backend venesh if isVenesh
  7. default_backend venesh
  8.  
  9.  
  10. backend venesh
  11. mode tcp
  12. balance roundrobin
  13. server web01 venesh.ir:80 check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement