mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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/
|
prefix: classpath:/public/
|
||||||
mvc:
|
mvc:
|
||||||
throw-exception-if-no-handler-found: true
|
throw-exception-if-no-handler-found: true
|
||||||
server.servlet.session.timeout: 7d
|
|
||||||
|
server:
|
||||||
|
servlet.session.timeout: 7d
|
||||||
|
forward-headers-strategy: framework
|
||||||
|
|
||||||
management:
|
management:
|
||||||
endpoints.web.exposure.include: "*"
|
endpoints.web.exposure.include: "*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue