Browse Source

Enable forward HTTP headers support

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
96d664976d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bookstore/src/main/resources/application.properties

+ 1
- 0
bookstore/src/main/resources/application.properties View File

@ -2,6 +2,7 @@
# Do not set this value below 1024 as these TCP/UDP ports are privileged, requiring root permissions # Do not set this value below 1024 as these TCP/UDP ports are privileged, requiring root permissions
# #
server.port=8080 server.port=8080
server.use-forward-headers=true
spring.h2.console.enabled=true spring.h2.console.enabled=true
spring.h2.console.path=/h2-console spring.h2.console.path=/h2-console


Loading…
Cancel
Save