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