Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. zuul:
  2. host: http://a-zuul-host.elb.amazonaws.com:80
  3. ignoredServices: '*'
  4. routes:
  5. app1:
  6. path: /
  7. domain: app1.com
  8. serviceId: APP_1_SERVICE
  9. app2:
  10. path: /
  11. domain: app2.com
  12. serviceId: APP_2_SERVICE
  13.  
  14. zuul:
  15. ignored-patterns: /health, /info
  16. routes:
  17. wildcard:
  18. path: /**
  19. url: /**
  20. stripPrefix: false
  21.  
  22. domain:
  23. service_1:
  24. domain-matcher: https://api_1.com:[0-9]+
  25. url: https://service_1.com
  26. service_2:
  27. domain-matcher: https://api_2.com:[0-9]+
  28. url: https://service_2.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement