From 96d664976de4c99223e775284caa78ca30516874 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 15 Sep 2020 01:54:15 +0300 Subject: [PATCH] Enable forward HTTP headers support Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/bookstore/src/main/resources/application.properties b/bookstore/src/main/resources/application.properties index 63a5547..f30cf78 100644 --- a/bookstore/src/main/resources/application.properties +++ b/bookstore/src/main/resources/application.properties @@ -2,6 +2,7 @@ # Do not set this value below 1024 as these TCP/UDP ports are privileged, requiring root permissions # server.port=8080 +server.use-forward-headers=true spring.h2.console.enabled=true spring.h2.console.path=/h2-console