Zuul: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
     api:
     api:
       path: /api/self/rest/**
       path: /api/self/rest/**
       url: http://localhost:2013/ebis/api/self/rest
       url: https://localhost:2013/ebis/api/self/rest
     static:
     static:
       path: /**
       path: /**
       url: http://localhost:2015/
       url: https://localhost:2015/
   sensitive-headers: Cookie,Set-Cookie
   sensitive-headers: Cookie,Set-Cookie
server:
server:

Revision as of 22:08, 28 July 2020

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