mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Merge pull request #41 from CCC-MF/issue_39
feat: add cache-control headers for static resources
This commit is contained in:
commit
f5c80f6d81
@ -6,5 +6,16 @@ spring:
|
|||||||
flyway:
|
flyway:
|
||||||
locations: "classpath:db/migration/{vendor}"
|
locations: "classpath:db/migration/{vendor}"
|
||||||
|
|
||||||
|
web:
|
||||||
|
resources:
|
||||||
|
cache:
|
||||||
|
cachecontrol:
|
||||||
|
max-age: 1d
|
||||||
|
chain:
|
||||||
|
strategy:
|
||||||
|
content:
|
||||||
|
enabled: true
|
||||||
|
paths: /**/*.js,/**/*.css,/**/*.svg,/**/*.jpeg
|
||||||
|
|
||||||
server:
|
server:
|
||||||
forward-headers-strategy: framework
|
forward-headers-strategy: framework
|
Loading…
x
Reference in New Issue
Block a user