mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
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:
parent
610ce9c4f1
commit
3e9332c37c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue