Re: Tomcat Internal Proxies with Load Balancer #cf
Daniel Mikusa
On Thu, Feb 15, 2018 at 11:58 AM, Matthias Winzeler <matthias.winzeler@...> wrote:
FYI, Spring Boot apps can configure this via ` server.tomcat.internal_proxies `. https://docs.spring.io/spring-boot/docs/current/reference/html/howto-embedded-servlet-containers.html#howto-customize-tomcat-behind-a-proxy-server You can configure that in all the ways supported by Spring Boot (i.e. env variable, system propertie, application.properties, etc...). Env variables work nice if you have lots of Spring Boot apps, as you can set it in a running environment variable group so it'll go across all your apps. Hope that helps! Dan
|
|