diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5ce43f5..ecddf76 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,3 +3,6 @@ ################################################ # spring.datasource.url=jdbc:h2:./db/kickstart # spring.jpa.hibernate.ddl-auto=update + +# Uncomment the folowing when running behind reverse proxy +#server.forward-headers-strategy=NATIVE