Zuul

From Chorke Wiki
Revision as of 22:08, 28 July 2020 by Shahed (talk | contribs)
Jump to navigation Jump to search
spring:
  application:
    name: ZuulProxy
zuul:
  routes:
    api:
      path: /api/self/rest/**
      url: https://localhost:2013/ebis/api/self/rest
    static:
      path: /**
      url: https://localhost:2015/
  sensitive-headers: Cookie,Set-Cookie
server:
  port: 1983

References