Add property for running behind reverse proxy

It is disabled by default as this should only be enabled on the server.

Fixes #29
This commit is contained in:
Simon Bruder 2023-11-16 10:49:57 +01:00
parent 610ce9c4f1
commit 3e9332c37c
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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