Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # Configuration for kuryr-l7-router
  2. global
  3. daemon
  4. user nobody
  5. log /dev/log local0
  6. log /dev/log local1 notice
  7. stats socket /var/lib/octavia/1d52c2c1-2d26-420b-825e-966af84cdcb6.sock mode 0666 level user
  8.  
  9. defaults
  10. log global
  11. retries 3
  12. option redispatch
  13. timeout connect 5000
  14. timeout client 50000
  15. timeout server 50000
  16.  
  17.  
  18.  
  19. frontend 1d52c2c1-2d26-420b-825e-966af84cdcb6
  20. option tcplog
  21. bind 10.0.0.74:80
  22. mode tcp
  23. acl a976f7c5-ace8-4706-82b1-356ea3486077 req.hdr(host) -i -m str www.tempo.com
  24. use_backend 63bba235-d918-4163-a5a2-1e8aeb00595d if a976f7c5-ace8-4706-82b1-356ea3486077
  25.  
  26. backend 63bba235-d918-4163-a5a2-1e8aeb00595d
  27. mode tcp
  28. balance roundrobin
  29. timeout check 10s
  30. option httpchk GET /
  31. http-check expect rstatus 200
  32. server deed8a2a-2133-415e-a93f-ae316a5e486f 10.0.0.66:8080 weight 1 check inter 5s fall 3 rise 2
  33. server 71ff3979-d6ff-45d6-b196-38bc05454b0a 10.0.0.76:8080 weight 1 check inter 5s fall 3 rise 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement