mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
18 lines
475 B
YAML
18 lines
475 B
YAML
routes:
|
|
- route: "^.+\\.(js|css|svg|ttf)$"
|
|
headers:
|
|
Cache-Control: "max-age=600, no-transform, public"
|
|
gzip: true
|
|
- route: "^.+\\.(png|jpg)$"
|
|
headers:
|
|
Cache-Control: "max-age=600, no-transform, public"
|
|
gzip: false
|
|
- route: "^.+\\.(xml|json)$"
|
|
headers:
|
|
Cache-Control: "max-age=600, no-transform, public"
|
|
gzip: true
|
|
- route: "^.+\\.(html)$"
|
|
headers:
|
|
Cache-Control: "public, max-age=0, must-revalidate"
|
|
gzip: true
|