mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix: set default forward headers strategy to framework
fixes Swagger not loading properly behind a reverse proxy
This commit is contained in:
parent
c2d846025b
commit
b24fbe3a1e
1 changed files with 4 additions and 1 deletions
|
|
@ -41,7 +41,10 @@ spring:
|
|||
prefix: classpath:/public/
|
||||
mvc:
|
||||
throw-exception-if-no-handler-found: true
|
||||
server.servlet.session.timeout: 7d
|
||||
|
||||
server:
|
||||
servlet.session.timeout: 7d
|
||||
forward-headers-strategy: framework
|
||||
|
||||
management:
|
||||
endpoints.web.exposure.include: "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue